@charset "UTF-8";

.mdr-page-header--has-bg-image {
    --legible-color: var(--mdr--pure-white);
    position: relative;
}
.mdr-page-header--has-bg-image::before {
    content: "";
    display: block;
    background: var(--mdr--pure-black);
    inset: 0px;
    position: absolute;
    opacity: 0.4;
    z-index: -1;
}
.mdr-page-header__bg-image {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    
    object-position: top center;
}
