video[data-gemobile-responsive-video="1"] {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    background: #08090a;
}

video[data-gemobile-responsive-video="1"]:not([data-gemobile-video-loaded="1"]) {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (prefers-reduced-motion: reduce) {
    video[data-gemobile-responsive-video="1"] {
        animation: none !important;
    }
}
