video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff !important;
}

div.video-container {
    height: 100%;
}

article.youtube.page iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
