.at-highlight {
    position: relative;
    min-height: 13em;
    max-height: 20em;
    overflow: hidden;
    background: #ef7c00;
}

.at-highlight--hasBackgroundImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.at-highlight__container {
    display: block;
    text-decoration: none;
}

.at-highlight__container::before {
    content: '';
    position: absolute;
    display: block;
    width: 75%;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    opacity: 0.5;
}

.at-highlight__image {
    display: block;
    width: 100%;
    margin: 0;
}

.at-highlight__title {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 20px 30px;
    width: 50%;
    border: 0;
    font-size: 2.5em;
    color: #fff;
}

.at-highlight__container--link .at-highlight__title::after {
    content: 'Lees meer...';
    display: block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
}

[lang='en'] .at-highlight__title::after {
    content: 'Read more...';
}