@media screen and (max-width: 640px) {
  .uc-hide-mobile {
    display: none !important;
  }
}
