@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 768px) {
  .tooltip {
    display: none !important;
  }
}

