.at-mixedMedia__content,
.at-mixedMedia__mediaContainer {
    flex: 0 0 100%;
}

.at-mixedMedia__text {
    margin-bottom: 1rem;
}

.at-mixedMedia__image,
.at-mixedMedia__video {
    display: block;
    margin-bottom: 1rem;
}


@media (min-width: 800px) {
    .at-mixedMedia {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 2rem;
    }

    .at-mixedMedia__content,
    .at-mixedMedia__mediaContainer {
        flex: 0 0 46%;
    }

    .at-mixedMedia__content--fullWidth {
        flex: 0 0 100%;
    }

    .at-mixedMedia__content--fullWidth .at-mixedMedia__text {
        column-count: 2;
        column-gap: 5rem;
    }
}
