.md {
  .ios-only,
  .if-ios,
  .if-not-md,
  .not-md {
    display: none !important;
  }
}
