.project-gallery-grid{grid-template-columns:repeat(var(--gallery-columns),minmax(0,1fr))}
.project-photo-caption{text-align:center;margin:14px 0 0;font-size:14px}
@media(min-width:901px){.project-gallery-grid:has(figure:nth-child(6)){grid-template-columns:repeat(3,minmax(0,1fr))}.project-gallery-grid .isolation-gallery-link{max-height:380px}}
@media(max-width:900px){.project-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
[data-project-gallery]{scroll-margin-top:150px}
@media(min-width:901px){.project-gallery-grid{max-width:calc(var(--gallery-columns)*300px)}.project-gallery-grid .isolation-gallery-link{width:100%}}
