.scroll-image {
    min-height: clamp(360px, 32vw, 620px);
    margin-bottom: 55px;
    background-color: #6c625c;
    background-image: var(--lre-scroll-image);
    background-position: var(--lre-scroll-focus);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 960px) {
    .scroll-image {
        min-height: 440px;
        background-attachment: scroll;
    }
}

@media (max-width: 640px) {
    .scroll-image {
        min-height: 380px;
    }
}
