.video-wrap{
    position: relative;
    max-width: 800px;
    height: 0;
    padding-bottom: 56.15%;
    margin: 0 auto;
}
.video-wrap iframe{
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
