<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.media-wrapper.other {
    position: relative;
    display:flex;
    flex-flow: column nowrap;
}

.hero-video-element {
    min-width: 100%;
    max-width:100%;
    object-fit:cover;
    flex:1;
}

.video-controls {
}
</pre></body></html>