.sr-photo-gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}@media only screen and (min-width: 769px){.sr-photo-gallery{gap:20px}}.sr-photo-gallery__photo-container{width:45%;max-width:45%}@media only screen and (min-width: 769px){.sr-photo-gallery__photo-container{width:30%;max-width:30%}}.sr-photo-gallery__photo-container img{width:100%;height:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width: 769px){.sr-photo-gallery__photo-container img{-o-object-fit:contain;object-fit:contain}}