@media only screen and (max-width: 600px) {
    
    #header, #footer, #container {
        width: calc(100% - 2rem) !important;
    }
    #header {
        height: 110px !important;
    }
    #navigation {
        display: none !important;
    }
    #container, #footer, .wrap {
        background: #fff;
    }
    #container.wide, #container.fill {
        background: unset;
    }
    #container.fill #content {
        background: unset;
    }
    iframe {
        width: 100%;
    }
    .ad-728x90 {
        display: none;
    }
    #content {
        width: 100% !important;
        float: none;
        padding: 0 !important;
    }
    #video-content, #video-player, #video-info {
        width: 100%;
    }
    #video-bottom {
        float: none;
    }
    .video-related {
        width: 100%;
        float: unset;
    }
    #video-info {
        margin-top: 1rem !important;
        float: none;
    }
    .video-info-inner {
        width: unset;
    }
    .video-info-inner dl {
        width: 80%;
    }

}