.detail-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:none;grid-auto-rows:220px;overflow:visible;gap:10px}.detail-gallery a,.detail-gallery a:first-child{display:block;grid-column:auto;grid-row:auto;height:220px;min-width:0}.detail-gallery img{width:100%;height:100%;object-fit:cover}.photo-summary{margin-top:24px;margin-bottom:12px;font-weight:600}@media(max-width:1000px){.detail-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.detail-gallery{grid-auto-rows:150px;gap:8px}.detail-gallery a,.detail-gallery a:first-child{height:150px}}