.project-gallery__grid{display:flex;flex-direction:column;gap:4rem}.project-gallery__item{margin:0;width:100%}.project-gallery__media{width:100%;aspect-ratio:16 / 9;overflow:hidden}.project-gallery__image{display:block;width:100%;height:100%;object-fit:cover}.project-gallery__credit{margin-top:var(--space-sm);font-size:var(--text-body);color:var(--color-muted)}@media (max-width:600px){.project-gallery__grid{gap:2rem}}