/* Preserve the native 4:5 artwork without asymmetric cropping. */
.thumb{aspect-ratio:4/5;display:grid;place-items:center}
.thumb img{width:100%;height:100%;object-fit:contain;object-position:center center}
.article-page figure img{object-fit:contain;object-position:center center}
