h1.at-teaser__title {
    margin-bottom: 0.5em;
    font-size: 1.5em;
}

.at-teaser__description {
    margin-bottom: 1em;
    font-size: 0.8em;
}

.at-teaser__contentContainer--withBackground .at-teaser__title,
.at-teaser__contentContainer--withBackground .at-teaser__description {
    color: #fff;
}

.at-teaser__contentContainer--withBackground .u-ctaButton--ghost {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.at-teaser__imageContainer {
    display:  none;
    margin-top: 2em;
}

.at-teaser__image {
    display: block;
    width: 100%;
}

@media screen and (min-width: 568px) {
    .at-teaser--higher {
        min-height: 17em;
    }

    h1.at-teaser__title {
        margin-bottom: 1em;
        font-size: 2.3em;
    }

    .at-teaser__description {
        margin-bottom: 1.7em;
        font-size: 1em;
    }
}

@media screen and (min-width: 650px) {
    .at-teaser__contentContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .at-teaser__contentContainer--hasImage .at-teaser__intro {
        flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
    }

    .at-teaser__imageContainer {
        flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        display: block;
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .at-teaser--higher {
        min-height: 22em;
    }
}
