.video-yt {
    margin-top: 40px;
}

.video-yt iframe {
    width: 100%;
    height: 497px;
}

@media(max-width: 992px) {
    .video-yt iframe {
        height: 297px;
    }
}

@media(max-width: 576px) {
    .video-yt iframe {
        height: 143px;
    }
}