.cover-home{height:100vh;position:relative;overflow:hidden;margin-top:calc(var(--navbar-height)*-1)}.cover-home figure{position:absolute;top:0;left:0;right:0;bottom:0;margin:0}.cover-home figure img{position:absolute;top:0;left:0;width:100%;height:130%;-o-object-fit:cover;object-fit:cover;will-change:transform}.cover-home .gradient{position:absolute;bottom:0;left:0;right:0;height:50%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);background:linear-gradient(to top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);z-index:1;pointer-events:none}.cover-home .caption{position:absolute;bottom:0;left:0;right:0;padding-bottom:var(--block-spacing);z-index:2}.cover-home .caption h1{color:#fff;text-shadow:0 0 10px rgba(0,0,0,.25);margin:0;text-align:center}@media screen and (max-width:980px){.cover-home{height:50vh}}