.at-banner {
    clear: both;
    overflow: hidden;
    padding: 2em 0;
    border-bottom: 1px solid #ddd;
}

.at-banner__inner {
    text-align: center;
    display:flex;
}

.at-banner--alignRight  .at-banner__inner {
    flex-direction: row-reverse;
}

.at-banner__image {
    margin-bottom: 1.5em;
}

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

.at-banner__text p {
    margin-bottom: 0;
}

.at-banner__title {
    margin: 0 0 .5rem;
}

.at-banner__button {
    margin-right: 0;
    margin-top:1rem;
}

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

@media screen and (min-width: 600px) {
    .at-banner__image {
        width: 150px;
        margin-bottom: 0;
    }

    .at-banner__image--big {
        max-width: 50%;
    }

    .at-banner--alignRight.at-banner--hasImage .at-banner__text,
    .at-banner--alignRight.at-banner--hasImage .at-banner__image {
        display: inline-block;
        vertical-align: middle;
    }

    .at-banner--hasImage .at-banner__text {
        width: calc(100% - 150px - 2em);
    }

    .at-banner--alignLeft.at-banner--hasImage .at-banner__text {
        text-align: left;
        margin-left: 2em;
    }

    .at-banner--alignRight.at-banner--hasImage .at-banner__text {
        text-align: right;
        margin-right: 2em;
    }
}

@media screen and (min-width: 768px) {
    .at-banner--biggerImage .at-banner__text {
        width: calc(100% - 300px - 2em);
    }

    .at-banner--biggerImage .at-banner__image {
        width: 300px;
    }
}