.hero-video-block{position:relative;height:100vh;overflow:hidden}@media only screen and (max-width: 767px){.hero-video-block{height:max-content;aspect-ratio:1.5/1}}.hero-video-block .video-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}@media only screen and (max-width: 767px){.hero-video-block .video-wrapper{height:max-content;aspect-ratio:1.5/1}}.hero-video-block .video-wrapper video{width:100%;height:100%;object-fit:cover;opacity:0;animation:fadeInVideo .3s ease-in-out forwards}.hero-video-block .hero-content{position:relative;z-index:2}.hero-video-block .hero-content h1{opacity:0;pointer-events:none}@keyframes fadeInVideo{from{opacity:0}to{opacity:1}}
