.locations-hero-bg{position:relative}.locations-hero-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--hero-bg-image);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transition:opacity .5s ease-in-out;z-index:0}.locations-hero-bg.loaded:before{opacity:1}.locations-hero-bg>*{position:relative;z-index:1}