.blog-post-hero{background:var(--color-maroon);color:#fff;overflow:hidden;position:relative}.blog-post-hero__featured-image{position:relative;z-index:1}.blog-post-hero__featured-image img{height:52.5vw;object-fit:cover;width:100%}.blog-post-hero__featured-image:after{background:linear-gradient(to top,var(--color-maroon) 0,#641d2e00 25%);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:2}.blog-post-hero__heading{min-height:480px;padding-bottom:40px;padding-top:40px;position:relative;z-index:4}.blog-post-hero__heading h1{color:#fff}.blog-post-hero__byline{font-size:1rem}.blog-post-hero__pattern{bottom:-4rem;position:absolute;right:0;z-index:3}.blog-post-hero__pattern svg{display:block}@media (min-width:880px){.blog-post-hero__featured-image{bottom:0;left:50vw;position:absolute;right:0;top:0;z-index:1}.blog-post-hero__featured-image img{height:100%;object-fit:cover;width:100%}.blog-post-hero__featured-image:after{background:linear-gradient(to right,var(--color-maroon) 0,#641d2e00 45%);left:-1px}.blog-post-hero__heading h1{max-width:60%}}