@media only screen and (min-width:768px) {
    
}
@media only screen and (max-width:767px) {
    .menu1_btn .xg_html{cursor:pointer;}
    .xg_tMenu1 {position:fixed !important;z-index: 99999999;width:100%;height:100%;left:0px;top:0px;background:rgba(0,0,0,0.5);left:-100%;}
    .xg_tMenu1_close {position: absolute; width: 20%; height: 100%; right: 0px; top: 0px; }
}