@media screen and (max-width: 992px) {

  /* ios statusbar translucent hack */
  @supports (-webkit-touch-callout: none) {
    html {
      min-height: calc(100% + env(safe-area-inset-top));
    }
  }
}
