/* Original case-study images, with no surrounding presentation surface. */
.case-study-gallery{grid-template-columns:minmax(0,1fr);gap:16px;padding:0;background:none}
.case-study-gallery img{display:block;width:100%;max-width:100%;height:auto;max-height:none;margin:0;border-radius:0;box-shadow:none}
