/* Confine the full-width photograph to its own section, including at page end.
   overflow:clip does not introduce a scrolling ancestor for sticky elements. */
html:root body#top.design-master:is(.info-cites-page,.ipci-editorial-page) main,
html:root body#top.design-master:is(.info-cites-page,.ipci-editorial-page) .master-section.effect-section {
 overflow:clip!important;
}
html:root body#top.design-master:is(.info-cites-page,.ipci-editorial-page) .effect-backdrop {
 overflow:clip!important;
}
html:root body#top.design-master:is(.info-cites-page,.ipci-editorial-page) .effect-backdrop-stage {
 left:0!important;right:0!important;width:100%!important;max-width:none!important;
 margin:0!important;transform:none!important;
}
/* Also suppress credits left by an older script during a cached navigation. */
html:root body#top.design-master:is(.info-cites-page,.ipci-editorial-page) .photo-credit-032,
html:root body#top.design-master:is(.info-cites-page,.ipci-editorial-page) .photo-credit-036 {display:none!important;}
