.home-hero{position:relative;min-height:100vh;overflow:hidden}.home-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:1}.home-hero h1,.home-hero h5{color:var(--white)}.home-hero .background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.home-hero .container{position:relative;z-index:1}.home-hero .container .content{position:relative;padding:100px 0}@media screen and (max-width:1024px){.home-hero .container .content{padding:100px 0 150px}}.home-hero .video{width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}