.component-title-cta-images-and-caption--banner-background-wrappedContent {
    position: relative;

    overflow: clip;

    color: var(--white, white)
}

.topic-image-text--banner-background-wrappedContent,
.topic-image-text--banner-background-wrappedContent picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 100%;
}

.topic-image-text--banner-background-wrappedContent .component-wrapper-picture--picture-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.component-title-cta-images-and-caption--banner-background-wrappedContent--text-content-wrapper {
    background: hsl(0 0 0 / .7);
}

@media screen and (min-width: 64rem) /* 1024px */ {
    
    .component-title-cta-images-and-caption--banner-background-wrappedContent {
        height: 50rem;
    }

    .topic-image-text--banner-background-wrappedContent,
    .topic-image-text--banner-background-wrappedContent picture {
        position: static;
    }

    .component-title-cta-images-and-caption--banner-background-wrappedContent--text-content-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 32%;
    }

}