@media only screen and (min-width:720px) and (max-width: 985px) {
.no-tablet { display: none !Important; }
}
@media only screen and (max-width:719px) {
.no-mobile { display: none !Important; }
}
@media only screen and (max-width:767px) {
#gkLang { display: none; }
}
@media only screen and (max-width:767px) {
#gkLang,
#jpwOverlay,
#jpWalkthrough,
#jpwClose { display: none; }
