@media screen and (max-width: 576px) {
    .fp-viewing-1 .section,
    .fp-viewing-0 .section {
        background-size: 100% auto !important;
        background-repeat: no-repeat;
        background-attachment: local !important;
        height: auto !important;
        margin-top: 77px;
    }
    .fp-viewing-1 .main_departments,
    .fp-viewing-0 .main_departments {
        position: static;
        margin: 40px 0;
    }
    .fp-viewing-1 .in_content,
    .fp-viewing-0 .in_content {
        min-height: 0;
    }
    .fp-viewing-0 .fp-tableCell,
    .fp-viewing-1 .fp-tableCell {
        height: auto !important;
    }
    .fp-viewing-1 .fp-tableCell:after,
    .fp-viewing-0 .fp-tableCell:after {
        display: block;
        content: '';
        clear: both;
        visibility: hidden;
    }
    .fp-viewing-1 .right_panel,
    .fp-viewing-0 .right_panel {
        float: none;
        margin: 26% 0 0 0;
    }
    .fp-viewing-1 .logo a img,
    .fp-viewing-0 .logo a img {
        max-width: 200px;
        width: 200px;
    }
    .fp-viewing-1 #myVideo,
    .fp-viewing-0 #myVideo {
        height: 200px;
        width: 100%;
    }
    .fp-viewing-1 .playPauseButton,
    .fp-viewing-0 .playPauseButton {
        top: 50px;
    }
}
