.video-wrapper iframe{
    width: 100%;
    height: 658px;
}

@media(max-width: 60rem){
    .video-wrapper iframe{
        height: 485px;
    }
}