.media-container {
    margin: 0 0 32px 0;
    padding: 32px 16px 32px 16px;
    background: #eeeeee;
}

.video-container {
    width: 100%;
    max-width: 496px;
    margin: auto;
}

.video-wrap {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 0 16px 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.video-caption {
    margin: 0 0 16px 0;
    font-family: 'Flama';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #9E9E9E;
}

.video-credit {
    font-family: 'Flama';
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #9E9E9E;
}

.video-credit .fa {
    margin: 0 8px 0 0;
}
