.mobile-only {
  @media (min-width: 768px) {
    display: none !important;
  }
}
