.two-row .banner-entry:nth-child(4), .two-row .banner-entry:nth-child(7) {
    grid-column: unset !important;
}
section.s-block.container.s-block--banners div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;


}
.banner-entry .lazy__bg.lazy.entered.loaded {
    background-size: contain;
        background-repeat: no-repeat;
    background-color: #ffffff;


}
@media (max-width: 767px) {
section.s-block.container.s-block--banners div .banner-entry {
min-height: 150px !important;

}
}