.hero{display:flex;flex-direction:column;justify-content:flex-end;left:50%;margin-left:-50vw;margin-right:-50vw;margin-bottom:2.5rem;padding-top:3.5rem;position:relative;right:50%;width:100vw}.hero,.hero__content{position:relative}.hero__content{z-index:2;width:100%}.hero__image{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero__image img{width:100%;height:100%;object-fit:cover}.hero__image::after{content:'';background:inherit;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.hero.has-bg-image{min-height:18rem;padding-bottom:1.5rem}.hero.has-bg-image h1,.hero.has-bg-image p{color:white}.hero h1{margin-top:0;margin-bottom:.5rem}.hero p{margin-top:0;margin-bottom:0}.hero.has-bg-image p{opacity:.9}.hero hr{height:2px;margin-top:1rem}