@media only screen and (max-width: 768px) {
    /* For mobile phones and tablets */
   .tooltip {
        display:none !important
    }
}
