.banner {
    margin-bottom: 26px;
    font-size: 15pt;
    font-weight: 300;
    text-align: center;
}

.banner a:not(.button) {
    color: #111;
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    .banner {
        height: 320px;
    }
}

.banner__image {
    position: relative;
    margin-right: -16px;
    margin-left: -16px;
    height: 320px;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .banner__image {
        float: left;
        margin-right: 0;
        margin-left: 0;
        width: 75%;
        width: calc( 100% - 352px );
    }

    .banner__image-right {
        float: right;
    }
}

.banner__image figure {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 320px;
}

.banner__image img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 708px;
    height: auto;
    max-height: initial;
    max-width: initial;
    transform: translate(-50%,-50%);
}

@media screen and (min-width: 769px) {
    .banner__text {
        position: relative;
        float: right;
        width: 25%;
        width: calc( 352px );
        height: 100%;
        padding-right: 26px;
        padding-left: 26px;
    }

    .banner__text--left {
        float: left;
    }
}

@media screen and (min-width: 769px) {
    .banner__text .button {
        position: absolute;
        left: 26px;
        bottom: 26px;
    }
}
