/* Add custom CSS styles below */ 
.s-block--fixed-banner .container{
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
}

@media screen and (max-width: 768px) {
    section.s-block--banners .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    section.s-block--banners .grid .banner-entry {
        height: 31vw !important;
    }

}