/* Add custom CSS styles below */ 
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0;
    margin-bottom: 2rem;
}


@media (min-width: 768px) {
    .ads .imgs {
        grid-template-columns: repeat(2,1fr);
    }
}

.ads:has(.overDark) .imgs {
        grid-template-columns: repeat(3,1fr);
    }
    
    @media (max-width: 767px) {
    .ads:has(.overDark) .imgs {
        grid-template-columns: repeat(1,1fr);
    }
}

@media (max-width: 992px) {
    .ads .img .over {
        opacity: 0;
    }
    
    .ads .img .over.overDark  {
        opacity: 1;
    }
}