/* Align inner-page titles with the lower caption position used on the home banner. */
.offers-hero .offers-hero-content,
.story-hero-content,
.career-hero:not(.contact-hero) .career-hero-content,
.contact-hero:not(.dining-hero):not(.wellness-hero) .career-hero-content,
.dining-hero.contact-hero .career-hero-content,
.wellness-hero.contact-hero .career-hero-content,
.lha-room-hero .lha-room-hero-content{
  position:absolute !important;
  z-index:3 !important;
  inset:auto 0 clamp(84px,13.5vh,132px) !important;
  width:min(820px,calc(100% - 48px)) !important;
  height:auto !important;
  margin:0 auto !important;
  padding:0 !important;
  display:block !important;
  text-align:center !important;
}

@media(max-width:560px){
  .offers-hero .offers-hero-content,
  .story-hero-content,
  .career-hero:not(.contact-hero) .career-hero-content,
  .contact-hero:not(.dining-hero):not(.wellness-hero) .career-hero-content,
  .dining-hero.contact-hero .career-hero-content,
  .wellness-hero.contact-hero .career-hero-content,
  .lha-room-hero .lha-room-hero-content{
    inset:auto 0 clamp(72px,12vh,108px) !important;
    width:min(360px,calc(100% - 44px)) !important;
  }
}
