/* Admiral Place page hero stability fix v36 */

/*
 * The authoritative page-hero parallax fill rules are also appended to kb.css
 * so they load even if this helper file is delayed. This file intentionally
 * mirrors the critical geometry.
 */
html body header.page-hero {
  position: relative !important;
  overflow: hidden !important;
}

html body header.page-hero > .parallax,
html body header.page-hero .parallax__container {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  top: 0 !important;
  bottom: 0 !important;
  transform: none !important;
}

html body header.page-hero .parallax__container > .parallax,
html body header.page-hero .parallax .parallax__container {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  top: 0 !important;
  bottom: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
