
.jtjDesktopOnly {
  display: none;
}

@media only screen and (min-width: 1080px) { /* If we are on a desktop, then show the element */

  .jtjDesktopOnly {
    display: block;
  }

}


