    @media only screen and (width >= 960px) {
     .menu_item--desctophide {
        display: none;   
     }   
    }
    @media only screen and (width < 960px) {
     .menu_item--mobilehide {
        display: none;   
     }   
    }
    @media only screen and (width >= 960px) {
     .desctophide {
        display: none;   
     }   
    }
    @media only screen and (width < 960px) {
     .mobilehide {
        display: none;   
     }
     .uc-mobilehide {
        display: none;   
     } 
    }

.uc-popupbg {
    height: 100vh!important;
    height: 100dvh!important;
    background: rgba(0, 0, 0, 0.35);
}
