.at-banner {
    clear: both;
    overflow: hidden;
}

.at-banner--blue {
    padding: 1.6em 0;
    color: #fff;
    background-color: #375fc3;
}

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

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

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

.at-banner--biggerImage {
    padding: 0;
}

.at-banner--biggerImage .at-banner__image:after {
    content: "";
    position: absolute;
    z-index: +1;
    bottom: -1.6em;
    left: -1.6em;
    transform: rotate(45deg);
    display: inline-block;
    width: 0;
    border: 20px solid transparent;
    border-top-color: #375fc3;
}

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

.at-banner__title {
    margin: 0;
}

.at-banner--blue .at-banner__title {
    color: #fff;
}

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

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

.at-banner--blue .at-banner__button {
    font-weight: bold;
    color: #375fc3;
    background-color: #e7b128;
}

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

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

    .at-banner--hasImage .at-banner__inner {
        direction: rtl;
    }

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

    .at-banner--hasImage .at-banner__text {
        text-align: right;
        width: calc(100% - 150px - 1.6em);
        margin-right: 1.6em;
    }
}

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

    .at-banner--biggerImage .at-banner__image {

        width: 300px;
    }
}

/**
 * in sidebar
 */

@media screen and (min-width: 1300px) {
    .sidebar .at-banner__image {
        width: 100%;
        margin-bottom: 1em;
    }

    .sidebar .at-banner__text {
        width: 100%;
        margin: 0;
    }
}