/* Add custom CSS styles below */ 
@media (min-width: 769px) {
    .s-block--videos-gallery .videos-gallery-container .videos-grid.aspect-horizontal[data-video-count="1"] {
        grid-template-columns: auto !important;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-block--videos-gallery .videos-gallery-container .videos-grid.aspect-horizontal[data-video-count="1"], .s-block--videos-gallery .videos-gallery-container .videos-grid.aspect-horizontal[data-video-count="2"], .s-block--videos-gallery .videos-gallery-container .videos-grid.aspect-horizontal[data-video-count="3"] {
        gap: .75rem;
        grid-template-columns: repeat(1,1fr)!important;
    }
}
.s-block--animated-brands.bigger_logos img {
    height: 100%;
    border-radius: 50%;
    border: 2px solid #bab174;
    padding: 0;
}
.s-block--animated-brands--brand {
    height: 100%;
}