body{overflow-x:hidden}.hero-wrap{align-items:center;background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;height:60vh;justify-content:center;overflow:hidden;position:relative;transform:scale(1);transition:transform .3s ease-in-out;width:100%}.hero-wrap:after,.hero-wrap:before{content:"";left:0;position:absolute;right:0;z-index:1}.hero-wrap:before{background:linear-gradient(0deg,transparent,rgba(0,0,0,.65));height:25%;top:0}.hero-wrap:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.55));bottom:0;height:35%}.hero-otr{padding:0 20px;position:relative;text-align:center;z-index:2}.hero-wrap.scrolled{transform:scale(1.05)}.hero-header{padding-top:30px}.hero-header h1{color:#fff;margin:0!important}@media (max-width:767px){.hero-wrap{background-attachment:scroll;height:60vh;transform:none}}