@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-li {
        font-size: 12px !important;
    }
    header #main-nav {
        float: right !important;
    }
    #slide-left-icon img, #slide-right-icon img{
        width: 35px;
        float: left;
        margin-right: 20px;
        opacity: 0.45;
    }
    #slide-left-icon {
        margin-left: -310px;
    }
    #slide-right-icon {
        margin-right: -320px;
    }
    #big-blockquote blockquote {
        font-size: 24px;
    }
    .sx-hand {
        position: absolute;
        top: -4px;
        left: 0px;
        width: 170px;
        opacity: 0.7;
    }
    .dx-hand {
        position: absolute;
        top: -4px;
        right: 0px;
        width: 170px;
        opacity: 0.7;
    }
    #partners {
        height: 308px;
    }
    footer input[type="text"] {
        margin-right: 8px;
    }
    #services-page .box-container {
        min-height: 0;
    }
    #live-page .video {
        width: 910px;
        height: 512px;
        top:40px;
        left: 15px;
    }
    body[lang=it] #live-box a {
        margin-top: 20px;
    }
    body[lang=en] #live-box a {
        margin-top: 20px;
    }
    body[lang=it] #translate-box a {
        margin-top: 20px;
    }
    body[lang=en] #translate-box a {
        margin-top: 20px;
    }
    #contacts-page aside {
        width: 450px;
    }
    /* P Controller */
    #tour-page #first-p {
        min-height: 0; 
    }
    body[lang=it] #tour-page #second-p {
        min-height: 0;
    }
    body[lang=en] #tour-page #second-p {
        min-height: 0;
    }
    body[lang=it] #live-page #first-p {
        min-height: 0;
    }
    body[lang=en] #live-page #first-p  {
        min-height: 0;
    }
    body[lang=it] #three-box #live-box a {
        margin-top: 58px !important;
    }
    body[lang=en] #three-box #live-box a {
        margin-top: 78px !important;
    }
    body[lang=en] #three-box #translate-box a {
        margin-top: 78px !important;
    }
    #live-page #second-p {
        min-height: 0;
    }
    #video-frame {
        top: 50% !important;
        left: 50% !important;
        width: 80% !important;
        height: 70% !important;
        margin-left: -40% !important;
        margin-top: -20% !important;
    }
}