.content-content img {
    max-width: 100%;
    height: auto;
}
.attachment__caption {
    display: none;
}
.animated-hero .content-wrapper .photo-text .inline-background h1 {
    font-size: clamp(3rem, 2.2958rem + 3.0047vw, 4.25rem) !important;
}
.alternating-sections section.reduced-padding {
    padding-block: clamp(2.25rem, 1.4577rem + 3.3803vw, 4.5rem);
}
.alternating-sections section.reduced-padding-content {
    padding-block: clamp(1.5rem, 1.0933rem + 2.5352vw, 3rem);
}

.left-right-stories .content img {
    height: auto;
}

/** No longer needed:
    .animated-hero .content-wrapper .container .photo-text .inline-background {
        bottom: 3rem;
    }


.animated-hero .content-wrapper .container .photo-text .inline-background.small {
    bottom: 1rem;
}
.animated-hero .content-wrapper .container .photo-text .inline-background.small .heading-background {
    background-color: #fff;
}
.animated-hero .content-wrapper .photo-text .inline-background.small h1 {
    color: #000;
}
@media (min-width: 992px) {
    .animated-hero .content-wrapper .container .photo-text .inline-background.small .heading-background {
        background-color: #c02065;
        
    }
    .animated-hero .content-wrapper .container .photo-text .inline-background.small h1 {
        color: #fff;
    }
}
.animated-hero .content-wrapper .container .photo-text .inline-background.small h1 {
    font-size: 0.6em !important;
}
**/