.video > iframe {
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .video > iframe {
        width: 100%;
    }
}