#hero{position:relative;overflow:hidden;min-height:500px}#hero .hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center -260px;z-index:0}#hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.1);z-index:1}#hero .container{position:relative;z-index:2}body:not(.home) #hero .hero-image{object-position:center center}@media only screen and (max-width:600px){#hero{min-height:300px}#hero .hero-image{object-position:center center}}