.video-header{position:relative;height:calc(95vh + 25px);min-height:25rem;width:100%;overflow:hidden}.video-header video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:0;transform:translateX(-50%) translateY(-50%)}.video-header .container{position:relative;z-index:2}.video-header .overlay{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1}@keyframes hideAnimation{0%{opacity:1}90%{opacity:1}95%{opacity:.5}to{opacity:0}}@-webkit-keyframes hideAnimation{0%{opacity:1}90%{opacity:1}95%{opacity:.5}to{opacity:0}}