.visual-proof{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:14px;padding:0 5vw 7vw;background:var(--paper)}.visual-proof figure{margin:0;position:relative;min-height:230px;overflow:hidden;background:#d8c9b9}.visual-proof figure:first-child{min-height:320px}.visual-proof img{display:block;width:100%;height:100%;min-height:230px;object-fit:cover;transition:transform .35s ease}.visual-proof figure:first-child img{min-height:320px}.visual-proof figure:hover img{transform:scale(1.03)}.visual-proof figcaption{position:absolute;left:14px;bottom:14px;padding:6px 9px;background:rgba(18,21,23,.82);color:#fff;font-size:12px}@media(max-width:700px){.visual-proof{grid-template-columns:1fr;padding:0 6vw 18vw}.visual-proof figure,.visual-proof figure:first-child,.visual-proof img,.visual-proof figure:first-child img{min-height:230px}}
