/**handles:video-style**/
.video-container{position:relative;overflow:hidden}.bg-video{position:absolute;top:50%;left:50%;width:100%;height:100%;min-width:100%;min-height:100%;z-index:-3;transform:translate(-50%,-50%);object-fit:cover}.video-container::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:linear-gradient(270deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.33) 72.92%,rgba(0,0,0,0) 100%)}.video-container::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;opacity:.3;background:#000;box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}@media (max-width:767px){.video-container{min-height:calc(100vh - 155px)}}@media (min-width:768px){.video-container{min-height:max(calc(100vh - 155px),750px)}}