/* Use high-resolution archival originals at the width of the program grid.
   Preserve their full composition without fixed-height letterboxing or small caps. */
#gpba-full .preservation-page .program-photograph.preservation-photo {
  display:block;width:100%;max-width:none;min-width:0;margin:0;
}
#gpba-full .preservation-page .program-photograph.preservation-photo > a {
  display:block;width:100%;
}
#gpba-full .preservation-page .program-photograph.preservation-photo img {
  display:block;width:100%;height:auto;max-width:none;max-height:none;
  aspect-ratio:auto var(--photo-ratio);object-fit:contain;object-position:left top;
}
/* Show the complete photograph inside the scanned book page; the link opens
   the uncropped page. Only the surrounding blank paper is outside the window. */
#gpba-full .preservation-page .program-photograph.preservation-photo > .preservation-photo-window {
  position:relative;overflow:hidden;aspect-ratio:var(--photo-ratio);
}
#gpba-full .preservation-page .program-photograph.preservation-photo > .preservation-photo-window img {
  position:absolute;width:149.271523%;height:auto;aspect-ratio:2254 / 3387;
  left:-29.403974%;top:-19.685393%;
}
#gpba-full .preservation-page .program-section-copy .preservation-photo {
  margin-block:1.5rem;
}
#gpba-full .preservation-page .program-photograph.preservation-photo figcaption {
  width:100%;max-width:none;margin:0.75rem 0 0;
  font:400 1.125rem/1.5 'EB Garamond',Georgia,serif;
  text-align:left;color:#515e50;
}
#gpba-full .preservation-caption-title {display:block;color:var(--green);margin-bottom:0.25rem}
#gpba-full .preservation-photo figcaption a {
  text-decoration:underline;text-decoration-color:var(--brass);text-underline-offset:3px;
}
