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