.capture-gallery{display:flex;flex-wrap:wrap;gap:clamp(10px, 2vw, 20px)}.capture-gallery__item{display:block;height:260px;flex-basis:260px;max-width:462px;overflow:hidden;background:#111;cursor:zoom-in;flex-shrink:0}.capture-gallery__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.25s ease}.capture-gallery__item:hover .capture-gallery__img,.capture-gallery__item:focus .capture-gallery__img{transform:scale(1.04)}.capture-gallery__phantom{flex-grow:999;height:0;flex-basis:260px;flex-shrink:0}@media (min-width:1675px){.capture-gallery__item{flex-basis:auto}.capture-gallery__phantom{flex-basis:auto}}@media (max-width:600px){.capture-gallery__item{height:160px;flex-basis:160px}.capture-gallery__phantom{flex-basis:160px}}@media (max-width:345px){.capture-gallery{flex-direction:column;gap:10px}.capture-gallery__item{width:100%;height:auto;flex-basis:auto;flex-grow:0;flex-shrink:1;aspect-ratio:auto}.capture-gallery__img{height:100%;object-fit:cover}.capture-gallery__phantom{display:none}}