.tp-mobile {
  display: none;
}

@media screen and (max-width: 989px) {
  .tp-desktop {
    display: none;
  }

  .tp-mobile {
    display: block;
  }
}