@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.hero{position:relative;height:100vh}.hero img{position:absolute;height:100vh;width:100%;-o-object-fit:cover;object-fit:cover}.hero .container{position:absolute;top:0;height:100%}.hero__content{position:absolute;bottom:22.5%}.hero__content.text-middle{bottom:40%;transform:translateY(50%);padding-left:11.875rem}@media (max-width:1025px){.hero__content.text-middle{padding-left:0}}@media (max-width:1025px){.hero__content{bottom:12.5%}}.hero__video{height:100%}.hero__video video{height:100vh;width:100%;-o-object-fit:cover;object-fit:cover}.hero.fixed .hero__video{position:fixed;top:0;left:0;width:100%;height:100%}.hero__title.color-black div{color:#000!important}.hero__title h1{color:#fff;margin-bottom:0}