/* Match scroll distances to the stable sticky stage, including browser toolbar changes. */
@media(max-width:900px){
 .gallery-film video{object-fit:contain}
 .photo-carousel-stage,.heritage-horizontal .heritage-stage,.final-journey-stage{height:100svh}
 .heritage-panel{box-sizing:border-box;flex-shrink:0}
}
