.wp-block-rogue-theme-blocks-full-section-block .wp-block-image.banner-image {
    margin-bottom: 0;
}

.wp-block-rogue-theme-blocks-full-section-block .wp-block-image.banner-image figure.size-full {
    width: 100%;
}

.wp-block-rogue-theme-blocks-full-section-block .wp-block-image.banner-image img {
    width: 100%;
    display: block;
}

.promo-banner, .header-banner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.promo-content, .header-content {
    margin: 10vw 0;
    padding: 0 4vw;
    position: relative;
    z-index: 5;
}

.header-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.4);
}

.header-banner.video-banner .videoWrapper {
    width: 100%;
}

.header-banner.video-banner:before {
    display: none;
}

.header-content h1 {
    margin: 0;
    color: #ffffff;
}

.header-content p {
    color: #ffffff;
    margin: 15px 0;
}

.search-header-content p {
    margin: 15px 0;
}

@media only screen and (min-width: 768px) {

.featured-content h3 {
    font-size: 26px;
}

}

@media screen and (min-width: 960px) {

    .featured-content {
        background: none;
        max-width: 550px;
        padding: 10vw 4vw;
    }

    .featured-content h3 {
        font-size: 2em;
    }

    .header-content h1 {
        font-size: 40px;
    }

    .header-content p {
        font-size: 20px;
    }


    .promo-content h1 {
        font-size: 3em;
    }

    .promo-content h3 {
        font-size: 1.5em;
    }

}


@media screen and (max-width: 781px) {

#healthierskin {
    padding-top:0 !important;
    padding-bottom: 300px !important;
    background-size: auto 300px !important;
}

}

@media screen and (min-width: 1050px) {

.promo-content, .header-content {
    margin: 6vw 0;
}

#healthierskin {
    background-position: 85% bottom;
}

}


@media screen and (min-width: 1400px) {

#seaflora-video #video-content {
    bottom: 200px;
}

}

@media screen and (min-width: 2000px) {

.header-banner.video-banner .videoWrapper {
    padding-bottom: 30%;
}

}
