.hero-image{width:100%;height:100%;position:absolute}.hero-image img{object-fit:cover;object-position:center center;width:100%;height:100%}
.hero{align-items:flex-end;height:80vh;display:flex;position:relative}.hero-overlay{color:#fff;z-index:2;width:100%;position:absolute;bottom:2rem}.hero:before{content:"";z-index:1;background-color:rgba(0,0,0,.3);position:absolute;top:0;bottom:0;left:0;right:0}.hero-container{flex-direction:row;justify-content:space-between;align-items:flex-end;width:100%;display:flex}@media screen and (max-width:767px){.hero-container{flex-direction:column;align-items:flex-start}}
