@media screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  .hide_on_ipad {
    display: none;
  }
}
