.ios {
  .md-only,
  .if-md,
  .if-not-ios,
  .not-ios {
    display: none !important;
  }
  // Fix for iPad in Safari in Lanscape mode
  @media (width: 1024px) and (height: 691px) and (orientation: landscape) {
    &,
    & body,
    & .framework7-root {
      height: 671px;
    }
  }
  @media (width: 1024px) and (height: 692px) and (orientation: landscape) {
    &,
    & body,
    & .framework7-root {
      height: 672px;
    }
  }
}
