#youtube {width:100%; max-width:1280px; height:720px;}

@media(max-width:1280px){
    #youtube {height:520px;}
}
@media(max-width:768px){
    #youtube {height:400px;}
}
@media(max-width:425px){
    #youtube {height:250px;}
}
