@media (max-width: 575px) {
    #header .header-logo img {
        width: 180px !important;
    }
}

@media (max-width: 972px) {
    .video-container iframe, .video-container object, .video-container embed { position: absolute !important; width: 100% !important; height: 100% !important; }
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; width: 75%; height: 75%; }