body:not(.is-mobile) .emo--video__container,
body:not(.is-mobile) .emo--video {
    max-height: 600px;
}
.emo--video .vjs-poster,
.emo--video .bc-player-B18YONA7Z_default { background-color: transparent !important; }
.emo--video .brightcovevideo.brightcoveplayer.section {
    margin: 0 -370px;
    pointer-events: none;
}
body:not(.is-mobile) .emo--video__square { min-height: 0; }
.emo--video__square .brightcovevideo.brightcoveplayer.section { margin: 0; }
body.is-mobile .emo--video .brightcovevideo.brightcoveplayer.section { margin: 0 -20px; }
body.is-mobile .emo--video.emo--video__square .brightcovevideo.brightcoveplayer.section { margin: 0; }
.emo--video .video-player-wrapper {
    padding-bottom: 35.7143% !important
}
.emo--video .video-player-wrapper > * { max-height: 100% !important; }
.emo--video .video-player-wrapper > * > *:not(video) { display: none; }
.emo--video__container { position: relative; }
.emo--video__overlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 250ms ease-in-out;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
body.is-mobile .emo--video__overlay {
    left: 0;
    transform: none;
}