.video-home iframe{
    width: 100%;
    height: 500px;;
}
@media only screen and (max-width: 500px){
    .video-home iframe {
        height: 337px;
    }
}