.cec-pagehead-photo {
    min-height: 470px;
    padding: 110px 0 90px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.cec-pagehead-photo .cec-wrap {
    position: relative;
    z-index: 1;
}

.cec-pagehead-photo h1 {
    text-shadow: 0 3px 18px rgba(0, 0, 0, .28);
}

.cec-pagehead-compact {
    min-height: 330px;
    padding: 85px 0;
}

.cec-pagehead-compact h1 {
    font-size: clamp(2.8rem, 5vw, 4.7rem);
}

@media (max-width: 600px) {
    .cec-pagehead-photo {
        min-height: 390px;
        padding: 78px 0 60px;
        background-position: center;
    }

    .cec-pagehead-compact {
        min-height: 270px;
        padding: 62px 0;
    }
}
