
#video-logo-overlay{height:50vh;position:relative;z-index:150;margin-bottom:-50vh;display:flex;align-items:center;justify-content:center}#video-logo-overlay img{width:80%;height:auto}#playpause{background-color:transparent;background-image:url('../video-play-circle.png');background-size:contain!important;background-repeat:no-repeat;margin:20px auto -25px auto;height:50px;width:50px}#playpause.paused{background-image:url('../video-pause-circle.png')}.header-unit{height:50vh;border-right:0;border-left:none;position:relative}@media(min-width:768px){.header-unit{height:85vh}#video-logo-overlay{height:85vh;margin-bottom:-85vh}}#video-container{position:absolute}#video-container{top:0;left:0;height:100%;width:100%;overflow:hidden}video{position:absolute;z-index:0}video.fillWidth{width:100%;height:100%;flex:0 1 100%;object-fit:fill;object-fit:cover;overflow:hidden}video.fillWidth[poster]{width:100%;height:100%;flex:0 1 100%;object-fit:fill;object-fit:cover;overflow:hidden}#mutebutton{background-color:transparent;background-image:url('../volume-on.png');background-size:contain!important;background-repeat:no-repeat;height:40px;width:50px;border:0;float:right}#mutebutton.muted{background-image:url('../volume-off.png')}