@media not all and (min-width: 640px) {
  .sme-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1023.9px) {
  .sme-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .sme-hidden-lg-up {
    display: none !important;
  }
}
