/* Visual-QA corrections layered after the main experiment stylesheet. */

body.ni-home .hero {
  row-gap: 0 !important;
  column-gap: 0 !important;
}

body.ni-home .hero > .frame-1544 {
  position: relative !important;
  z-index: 2 !important;
  flex: 1 1 100% !important;
  height: 100% !important;
}

body.ni-home .hero > .ni-hero-meta {
  position: absolute !important;
  right: clamp(22px, 4vw, 64px) !important;
  bottom: clamp(52px, 5.5vw, 88px) !important;
  z-index: 3 !important;
}

@media (max-width: 767px) {
  body.ni-home .hero > .frame-1544 {
    min-height: 100% !important;
  }
}
