.photo-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr)}.photo-grid .image img{height:100%;object-fit:cover;width:100%}@media screen and (max-width:768px){.photo-grid{gap:10px}}