@media(max-width:700px){
  .graphic-hero-content{min-height:calc(100vh - 114px);min-height:calc(100svh - 114px);padding-bottom:max(2rem,calc(env(safe-area-inset-bottom) + 1rem))}
  .graphic-hero--pans .graphic-hero-content{padding-bottom:max(2.5rem,calc(env(safe-area-inset-bottom) + 1.25rem))}
}
@media(max-width:380px){
  .graphic-hero-content{min-height:calc(100vh - 110px);min-height:calc(100svh - 110px)}
}
