.only-mobile {
  display: none;
}

@media screen and (max-width: 749px) {
  .only-mobile {
    display: block !important;
  }
}
