.at-textAndImageV2__textContainer {
    background: var(--baseLight100);
}

.content__section--white .at-textAndImageV2__textContainer {
    background: var(--baseLight200);
}

.at-textAndImageV2__text {
    padding: 2.5em;
}

.at-textAndImageV2__title {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.at-textAndImageV2__imageContainer {
    position: relative;
    height: 20em;
    overflow: hidden;
    background: #eee no-repeat center center;
    background-size: cover;
}

.at-textAndImageV2__imageSmall {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    border-bottom-right-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
}

@media screen and (min-width: 768px) {
    .at-textAndImageV2__container {
        display: flex;
        flex-wrap: nowrap;
    }

    .at-textAndImageV2__container--left {
        flex-direction: row-reverse;
    }

    .at-textAndImageV2__imageContainer,
    .at-textAndImageV2__textContainer {
        flex-grow: 1;
        flex-shrink: 1;
    }

    .at-textAndImageV2__textContainer {
        display: flex;
        flex-basis: 50%;
        align-items: center;
        z-index: 1;
    }

    .at-textAndImageV2__imageContainer {
        flex-basis: 50%;
        height: auto;
    }
}

@media screen and (min-width: 1000px) {
    .at-textAndImageV2__textContainer {
        flex-basis: 30%;
    }

    .at-textAndImageV2__imageContainer {
        flex-basis: 70%;
    }
}
