
/* Review10: keep historical images inside their own opening panel. */
.history-intro{overflow:hidden;width:84%;min-height:420px;margin:0 auto 64px;padding:40px 24px;display:grid;place-items:center;position:relative;isolation:isolate}
.history-intro .historic-pair{position:absolute;inset:0;z-index:0;min-height:0;overflow:hidden;grid-template-columns:repeat(2,minmax(0,1fr))}
.history-intro .historic-pair img{display:block;min-width:0;min-height:0;width:100%;height:100%;object-fit:cover}
.history-intro .history-label{position:relative;z-index:1;padding:20px;color:#fff;text-shadow:0 2px 12px #000}
.history-label small{display:block;margin-top:16px;font-size:12px}
.story-title{display:block}.story-title>p{max-width:760px;margin-bottom:20px}.story-title h1{max-width:1000px;margin-bottom:0}
.story-copy{position:relative;clear:both}.story-copy figure{width:100%;margin:44px 0;padding:0}.story-copy figure img{height:auto}
@media(max-width:650px){.history-intro{width:86%;min-height:340px;margin-bottom:40px;padding:24px 12px}.history-intro .historic-pair{grid-template-columns:1fr}.history-intro .historic-pair img+img{display:none}.history-label span{font-size:16px}.story-title{padding:40px 7%}}
