.wideVideo {
    height:460px;
}

@media only screen and (max-width:639px){
    .wideVideo {
        height:150px;
    }
}