.full-width-video {
    background-color: #FFF;
    padding-top: 0;
}

.full-width-video .iframe-contain {
    position: relative;
    width: 100%;
    height: 101%;
    padding: 0;
    margin-bottom: 0;
}

.full-width-video .iframe-contain .fluid-width-video-wrapper {
    padding-top: 56.485% !important;
    width: 100%;
    position: relative;
    padding: 0;
}

.full-width-video .iframe-contain .fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-width-video .iframe-contain .yt-overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.full-width-video .iframe-contain .yt-overlay span {
    height: 100%;
    margin: 18% auto;
}

.full-width-video .js-youtube-trigger {
    transition: opacity .3s;
}