.video {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 54.25%;
}
.video iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-width: 0;
    outline-width: 0;
}