.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.photo-grid img{width:100%;height:auto;display:block}@media (max-width:1024px){.photo-grid{gap:5px}}.photo-grid--pt img{object-fit:cover;width:100%;height:100%}.photo-grid--pt img:nth-child(8),.photo-grid--pt img:nth-child(15){aspect-ratio:8/5}.photo-grid--pt img:nth-child(5){grid-column:1/3;grid-row:2/4}.photo-grid--pt img:nth-child(6){grid-column:3/4;grid-row:2/3}.photo-grid--pt img:nth-child(7){grid-column:4/5;grid-row:2/3}.photo-grid--pt img:nth-child(8){grid-column:3/5;grid-row:3/4}.photo-grid--pt img:nth-child(15){grid-column:span 2}