.media-center-video-teaser {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
}
.media-center-video-teaser__img-wrap {
    position: relative;
}
.media-center-video-teaser__img {
    width: 100%;
    aspect-ratio: 300 / 169;
}
.media-center-video-teaser__duration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 2px 3px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background-color: rgba(150, 148, 146, .8);
    pointer-events: none;
}
.media-center-video-teaser__body {
    padding: 20px 0 10px;
}
.media-center-video-teaser__title {
    font-weight: 700;
    font-size: 1.2em;
    color: #302e2c;
}
.media-center-video-teaser__creation-date {
    display: inline-block;
    margin-top: 10px;
    color: #969492;
}

@media ( min-width: 1200px ) {
    .media-center-video-teaser__title {
        line-height: 1.4;
    }
}
