.mb-only { display: none; }

@media (max-width: 768px) {
  .mb-only { display: inline; }
}