.pswp-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:15px}.pswp-gallery a{display:block;overflow:hidden;border-radius:10px;position:relative}.pswp-gallery img{width:100%;height:300px;object-fit:cover;border-radius:10px;transition:transform .3s ease-in-out}.pswp-gallery a:hover img{transform:scale(1.05)}@media (max-width:768px){.pswp-gallery{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width:480px){.pswp-gallery{grid-template-columns:1fr}}