@media (max-width: 480px) {
    header .logo{
        height: 24px;
    }
    .banner .video {
   height:200px !important
    }   
    .banner .video iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        width:100% ; }
    
}