.promo-events {
    min-height: 40px;
    position: relative;
}

.promo-events .article-title-container {
    height: 32px;
    line-height: 16px;
    margin: 5px 0px 10px;
}

.promo-events .teaser {
    margin-bottom: 30px;
}

.is-promo {
    color: #fff;
    background: #ffaa00;
    text-transform: uppercase;
    width: 75px;
}

.is-premiere {
    background: #fff;
    border: 2px solid #ffaa00;
    color: #ffaa00;
    font-weight: bold;
    text-transform: uppercase;
    width: 100px;
}

@media only screen and (min-width : 480px) {
    .promo-events .event-image {
        margin-right: 10px;
    }

    .promo-events .teaser .thumbnail {
        width: 49%;
    }

    .promo-events .event-header {
        float: right;
        width: 49%;
    }

    .promo-events .is-promo {
        display: block;
    }

    .promo-events .article-title-container {
        height: 90px;
        margin: 12px 0px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 720px) {
    .promo-events .event-image {
        margin-right: 20px;
    }

    .is-premiere {
        width: 130px;
    }

    .is-promo {
        width: 120px;
    }

    .promo-events .article-title-container {
        height: 100px;
        line-height: 24px;
        margin: 12px 0px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1020px) {
    .promo-events .event-image {
        margin-right: 20px;
    }

    .promo-events .teaser .thumbnail {
        width: 260px;
    }

    .promo-events .event-header {
        float: right;
        width: 260px;
    }

    .promo-events .article-title-container {
        height: 85px;
        line-height: 20px;
        margin: 10px 0px;
    }

    .promo-events .is-promo {
        display: block;
    }

    .is-premiere {
        width: 96px;
    }

    .is-promo {
        width: 78px;
    }
}
