.at-streamer-2019 {
    margin-bottom: 6em;
}

/**
 * Colour options
 */
.at-streamer-2019--lightblue {
    background-color: #009be6;
}

.at-streamer-2019--darkblue {
    background-color: #00233c;
}

.at-streamer-2019--grey {
    background-color: #ebebeb;
}

.at-streamer-2019--orange {
    background-color: #ff8b35;
}

/** Text */
.at-streamer-2019__text {
    padding-top: 2em;
    color: #fff;
}

h2.at-streamer-2019__title {
    position: relative;
    margin: 0 0 1em 0;
    color: #fff;
}

h2.at-streamer-2019__title:after {
    position: absolute;
    left: 0;
    bottom: -22px;
    height: 2px;
    width: 2.5em;
    display: inline-block;
    content: '';
    background: #ff8b35;
}

.at-streamer-2019--grey h2.at-streamer-2019__title {
    color: #00233c;
}

.at-streamer-2019--grey h2.at-streamer-2019__title:after {
    background: #009be6;
}

.at-streamer-2019--orange h2.at-streamer-2019__title:after {
    background: #009be6;
}

.at-streamer-2019__content {
    margin-bottom: 0;
}

.at-streamer-2019--grey .at-streamer-2019__content {
    color: #00233c;
}

.at-streamer-2019__content ul,
.at-streamer-2019__content ol {
    margin-top: 0;
}

.at-streamer-2019--darkblue .at-streamer-2019__button {
    color: #00233c;
}

.at-streamer-2019__button,
.at-streamer-2019__button:hover {
    background: #fff;
}

/**
 * Image
 */
.at-streamer-2019__imageWrapper {
    position: relative;
    bottom: -2em;
    right: 0;
    width: 100%;
    height: 200px;
    margin-left: 10%;
    overflow: hidden;
    border-top-left-radius: 50em;
    border-bottom-left-radius: 50em;
    background: transparent no-repeat center center;
    background-size: cover;
}

.at-streamer-2019__image {
    width: 100%;
    max-width: none;
}

/** position image on the right */
.at-streamer-2019--imageLeft .at-streamer-2019__imageWrapper {
    left: 0;
    right: auto;
    margin-left: -10%;
    border-radius: 0 50em 50em 0;
}

@media (min-width: 760px) {
    .at-streamer-2019 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        min-height: 300px;
    }

    .at-streamer-2019--large {
        min-height: 350px;
    }

    .at-streamer-2019__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .at-streamer-2019__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 52%;
        padding: 2em 2em 2em 0;
        text-align: left;
    }

    .at-streamer-2019__imageWrapper {
        position: absolute;
        top: 2em;
        bottom: auto;
        width: 48%;
        height: 100%;
        min-height: 200px;
        margin-right: 0;
    }

    /** Image position left */
    .at-streamer-2019--imageLeft .at-streamer-2019__text {
        padding: 2em 0 2em 2em;
    }

    .at-streamer-2019--imageLeft .at-streamer-2019__inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .at-streamer-2019--imageLeft .at-streamer-2019__imageWrapper {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .at-streamer-2019 {
        min-height: 400px;
    }

    .at-streamer-2019--large {
        min-height: 450px;
    }
}

@media (min-width: 1280px) {
    .at-streamer-2019 {
        min-height: 400px;
    }

    .at-streamer-2019--large {
        min-height: 500px;
    }

    .at-streamer-2019__text {
        padding-right: 4em;
    }

    .at-streamer-2019--imageLeft .at-streamer-2019__text {
        padding: 2em 0 2em 4em;
    }
}