/**
 *
 */

@media screen and (max-width: 768px) {
  .tm-hidden-tablet-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tm-visible-up-to-tablet {
    display: none;
  }
}
