#myVideo{
    position: absolute;
    height: 500px;
    right: 0px;
}
@media (max-width: 1199px){
    #myVideo {
    height: 620px;
}  
}
