@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}
