/* supplement.css — restoration tweaks (Wayback Fixer) */

/* keep in-page anchor jumps instant so link-visibility QA is deterministic */
html { scroll-behavior: auto; }

/* Original artwork/photo galleries lived on media.virbcdn.com (Virb CMS, shut
   down 2017) and were never archived — every gallery <img> is a dead 1x1
   placeholder whose src the theme JS blanks (showing raw filename alt text).
   Hide ONLY the image sub-containers; the exhibition text (.content-editor)
   stays visible so pages read as clean, complete articles. */
ul.thumbnails,
ul.large-gallery,
.horizontal-gallery-container,
.slideshow-thumbnails-gallery,
.back-to-slideshow,
.media-container { display: none !important; }

/* generic image safety: never overflow the layout column */
#main-content img { max-width: 100%; height: auto; }
