@media only screen and (max-width: 580px) {
  section#simparica-hero .banner-wrapper {
    min-height: 900px;
  }
  section#simparica-hero hero-banner .primary-content {
    max-height: 405px;
  }
}

@media screen and (min-width: 767px) and (max-width: 768.9px) {
  .au-hero-banner .banner-wrapper {
    min-height: 472px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .au-hero-banner .banner-wrapper {
    min-height: 870px !important;
  }
}

/* NEXT HUB */
@media screen and (min-width: 1023.9px) and (max-width: 1100px) {
  .au-hero-banner .banner-wrapper {
    min-height: 690px !important;
    background-position-x: -370px;
  }
}

/* SURFACE PRO 7 */
@media screen and (min-width: 900) and (max-width: 1023px) {
  .au-hero-banner .banner-wrapper {
    min-height: 796px !important;
    background-position-x: -560px;
  }
}
