/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.no-hook-single-post-banner {
    height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 40px;
}

.no-hook-single-post-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.no-hook-single-post-banner-title {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    max-width: 900px;
}


@media (max-width: 768px) {
    .no-hook-single-post-banner {
        height: 260px;
    }
    .no-hook-single-post-banner-title {
        font-size: 28px;
    }
}
