.mobile-only {display:none !important;}
@media only screen and (max-width: 767px) {
  .mobile-only {display:block !important;}
}