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