.hero{display:flex;justify-content:center;padding:7% 0;position:relative;width:100%}.hero-video{object-fit:cover;z-index:1}.hero-video,.overlay{height:100%;left:0;position:absolute;top:0;width:100%}.overlay{background:rgba(0,0,0,.5);z-index:2}.hero-content{display:flex;flex-direction:column;margin:auto;position:relative;row-gap:12vw;width:79%;z-index:3}.hero-content img{width:50%}.hero-content p{color:#fff;font-family:Noto Sans,serif;font-size:2.7vw;line-height:1.1}.hero-content span{font-weight:200}.hero-content p *{line-height:1.1}@media screen and (max-width:760px){.hero-content p{font-size:5.7vw}.hero-content img{width:90%}.hero{padding:12% 0}}