<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TICKET #41209 */

.home-hero .video-wrapper .video-play {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.05, 1.1) !important;
}

@media (min-width: 640px) {
    .home-hero .video-wrapper .video-play {
        transform: scale(1.1, 1.25) !important;
    }
}

@media (min-width: 800px) {
    .home-hero .video-wrapper .video-play {
        transform: scale(1.15, 1.15) !important;
    }
}

@media (min-width: 900px) {
    .home-hero .video-wrapper .video-play {
        transform: scale(1.2, 1.0) !important;
    }
}

@media (min-width: 1500px) {
    .home-hero .video-wrapper .video-play {
        transform: scale(1.52, 1.0) !important;
    }
}

/* -------------------------------------------- */</pre></body></html>