@media screen and (max-width : 640px) {
  .g-tabletVisible{
      display: none;
  }
}