.at-highlightImage__link {
    display: block;
    height: 100%;
}

.at-highlightImage__link.u-arrowLink {
    height: auto;
}

.at-highlightImage__imageWrapper {
    display: none;
}

@media (min-width: 770px) {
    .at-highlightImage__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .at-highlightImage__imageWrapper {
        display: block;
        max-height: 100px;
        overflow: hidden;
        margin-bottom: 1em;
    }
}

@media (min-width: 1000px) {
    .at-highlightImage__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .at-highlightImage__contentWrapper {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .at-highlightImage__imageWrapper {
        -ms-flex-preferred-size: calc(60% - 2em);
        flex-basis: calc(60% - 2em);
        max-height: none;
        overflow: visible;
        margin: 0 0 0 2em;
    }
}
