.article.at-heroBanner {
    position: relative;
    padding: 0;
}

.at-heroBanner__inner {
    display: flex;
    align-items: center;
}

.at-heroBanner__contentWrapper {
    position: relative;
    width: 100%;
    z-index: 10;
}

.at-heroBanner__content {
    width: 100%;
}

.at-heroBanner__content--hasRoundedBorders {
    border-radius: 14px;
}

.at-heroBanner__title {
    margin: 0;
    padding: 25px;
}

.at-heroBanner__mainTitle:not(:only-child) {
    padding-bottom: 0;
}

.at-heroBanner__mainTitle + .at-heroBanner__buttonWrapper {
    padding-top: 15px;
}

.at-heroBanner__text {
    overflow: auto;
    padding: 25px;
}

.at-heroBanner__buttonWrapper {
    padding: 25px;
}

.at-heroBanner__buttonWrapper:not(:only-child) {
    padding-top: 0;
}

.at-heroBanner__button {
    margin-right: 0;
}

.at-heroBanner__button:after {
    margin-left: .3em;
    font-family: 'fjell';
    content: '\27f6';
}

.at-heroBanner__fixedImage {
    display: block;
    width: 100%;
    height: auto;
}

.at-heroBanner__imageWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.at-heroBanner__imageWrapper.--withLogoBackdrop::after {
    position: absolute;
    inset: 0;
    background-color: rgba(255,255,255,.7);
    content: '';
}

.at-heroBanner__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.at-heroBanner__logoWrapper {
    display: flex;
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin-inline: auto;
}

.at-heroBanner__logoWrapper.--center {
    justify-content: center;
}

.at-heroBanner__logoWrapper.--right {
    justify-content: right;
}

@media (min-width: 640px) {
    .at-heroBanner__contentWrapper {
        padding: 5vh 1rem;
    }

    .at-heroBanner__contentWrapper:after {
        content: '';
        display: block;
        clear: both;
    }

    .at-heroBanner__content {
        float: right;
        width: 80%;
    }

    .at-heroBanner__content--left {
        float: left;
    }

    .at-heroBanner__content--center {
        float: none;
        margin: 0 auto;
    }

    .at-heroBanner__subTitle {
        position: relative;
        margin: 0;
        padding-bottom: 15px;
    }

    .at-heroBanner__text {
        padding-top: 15px;
    }
}

@media (min-width: 980px) {
    .at-heroBanner__content {
        width: 60%;
    }
}
