.ce_jiheader_frontpage_wrapper {
    width: 100%;
    position: relative;
}

.ce_jiheader_frontpage_imagecontainer {
    width: 100%;
}

.ce_jiheader_frontpage_image {
    width: 100%;
    height: auto;
    display: block;
}

.ce_jiheader_frontpage_overlaywrapper {
    display: flex;
    justify-content: center;
    margin-top: -4rem; /* -64px */
    position: relative;
    z-index: 5;
    width: 100%;
}

.ce_jiheader_frontpage_overlay {
    background: var(--ji-gradient-red);
    padding: 3rem 3rem; /* 48px 48px */
    text-align: center;
    z-index: 5;
    max-width: 61rem; /* 912px */
    margin-bottom: 0;
}

.ce_jiheader_frontpage_title {
    color: #fff;
    font-size: 2.125rem; /* 34px */
    line-height: 1.3;
    margin: 0;
}

@media (max-width: 991px) {
    .ce_jiheader_frontpage_overlaywrapper {
        margin-top: 0;
        display: block;
        position: static;
        z-index: auto;
    }

    .ce_jiheader_frontpage_overlay {
        position: static;
        z-index: auto;
        padding: 1rem; /* 16px */
    }
}
