#example-video {
    height: 207px; 
    width: 368px;  
}

@media only screen and (max-width: 700px)
{
    #example-video {
        height: 142px; 
        width: 252px; 
        
    }
}