@media (min-width:1100px){
    #mobile-menu-top{
        display:none!important;
    }
}
@media (max-width:1100px){
    #menu-top{
        display:none;
    }
    #mobile-hamburger{
        display: block;
    }
    #lang_box{
        display: none;
    }
    body.mobile-menu-open #header{
        background-color: #fff;
    }
}
@media (max-width:520px){
    .pp_pic_holder {
        left: 0 !important;
        width: 100% !important;
        top: 50%!important;
        position: fixed!important;
        transform: translate3d(0,-50%,0);
    }
    .pp_content {
        width: 100% !important;
    }
    .pp_hoverContainer {
        width: 100% !important;
        height: 100% !important;
    }
    .pp_details {
        width: 100% !important;
    }
    #pp_full_res > img {
        height: auto !important;
        max-height: 100% !important;
        width: 100% !important;
    }
    .pp_description {
        margin-right: 0 !important;
        overflow: hidden;
    }
}