@media (min-width: 320px) and (max-width: 480px) {
  .mobilehide {
    display: none !important;
  }

