/*
@media screen and (max-width: 767px) {
    body > .simple-banner {
        display: none !important;
    }
}
*/
@media screen and (max-width: 767px) {
    .home #js-parallax-window {
        height: unset;
        margin-bottom: 2rem;
    }

    .home #js-parallax-window:before {
        content: unset;
    }

    .home .parallax-hero {
        /*     background-size: contain;*/
        height: auto;
        position: static;
    }

    .home .hero-headline {
        position: static;
    }

    .home .hero-headline-wrapper {
        position: static;
        background-color: rgba(184, 29, 50, 1);
        margin-top: 15rem;
        z-index: 1;
    }
}

@media screen and (max-width: 600px) {
    #sb_instagram #sbi_images {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #sb_instagram #sbi_images .sbi_item {
        aspect-ratio: 1 / 1;
    }

    #sb_instagram #sbi_images .sbi_item svg.svg-inline--fa.fa-play.fa-w-14.sbi_playbtn {
        display: none !important;
    }

    #sb_instagram #sbi_images .sbi_item img {
        display: block;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child( 4 ) ~ .sbi_item {
        display: none !important;
    }
}