body.article-blog #header-hero .section-wrapper,
body.article-blog #header-hero .section-wrapper .text-wrapper {
    position: initial;
}

body.article-blog #header-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

body.article-blog #header-hero h1 {
    position: relative;
    z-index: 1;
}