.at-heroArticle {
    position: relative; /** To position the button and scroll-down */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30%;
}

.at-heroArticle__hero {
    position: relative;
}

.at-heroArticle__inner {
    max-width: 1100px;
    margin: auto;
}

.at-heroArticle--big .at-heroArticle__logo {
    display: block;
    position: absolute;
    top: 50px;
    left: 20px;
}

.at-heroArticle__logo {
    width: 80%;
    max-width: 390px;
}

/*.at-heroArticle__logoImage {*/
    /*display: block;*/
/*}*/

.at-heroArticle__logoLink {
    position: absolute;
    display: block;
    width: 35%;
    height: 20%;
    bottom: 0;
    right: 0;
    text-indent: -999em;
}

.at-heroArticle__imageCredits {
    position: absolute;
    right: 10px;
    bottom: -26px;
    font-size: 12px;
    font-family: "FreightTextProBook-Regular", Arial, sans-serif;
    color: #fff;
}

/**
 * Big / normal / small hero's
 */

.at-heroArticle--normal .at-heroArticle__logo {
    padding: 3% 0;
}

.at-heroArticle--normal .at-heroArticle__logoImage {
    max-height: 15vh;
}

.at-heroArticle--big {
    min-height: 70vh;
}

/**
 * Button and scrolldown
 */

.at-heroArticle__footer {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
}

.at-heroArticle__ctaButton {
    transform: translateY(50%);
}

.at-heroArticle__ctaButton:after {
    content: "\00a0\27A1";
    font-family: "icons";
    font-weight: normal;
}

.at-heroArticle__readOn {
    position: relative;
}

.at-heroArticle__readOn .scrollDown {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: .9em;
    color: inherit;
}

/* Red content */
.at-heroArticle__body {
    max-width: 1100px;
    margin: auto;
    padding: 2em 20px 1em;
}

.at-heroArticle__title {
    padding-top: .5em;
    padding-bottom: 0;
    font-size: 1.6154em;
}
