/* Admiral Place v36 mobile subpage seam fix
   Visual only. Does not change nav/popdown geometry.
*/
@media (max-width: 991.98px) {
  html body header.page-hero > .parallax,
  html body header.page-hero .parallax__container > .parallax {
    transform: scale(1.003) !important;
    transform-origin: center center !important;
  }
}
