@media (min-width: 90rem) {
  .mq-mobile-only,
  .mq-mobileonly,
  .for-small {
    display: none !important;
  }
}
@media (max-width: calc(90rem - 1px)) {
  .mq-desktop-only,
  .mq-desktoponly {
    display: none !important;
  }
}