
/* V40: event photo galleries */
.work-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-block:36px 48px}
.work-photo-grid figure{margin:0;min-width:0}
.work-photo-grid .work-photo-link{display:block;background:#111110;overflow:hidden}
.work-photo-grid img{display:block;width:100%;height:clamp(220px,25vw,380px);object-fit:cover;background:#111110;transition:opacity .18s ease}
.work-photo-grid a:hover img,.work-photo-grid a:focus-visible img{opacity:.84}
@media(max-width:900px){.work-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.work-photo-grid{grid-template-columns:1fr}.work-photo-grid img{height:auto;max-height:none}}
