.pb-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1rem;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.pb-gallery figure{margin:0;padding:.5rem;background:#fff;text-align:center;overflow:hidden;box-sizing:border-box;max-width:100%}.pb-gallery img{width:100%;max-width:100%;height:auto;display:block;object-fit:contain;border-radius:4px}@media(max-width:1024px){.pb-gallery{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.pb-gallery{grid-template-columns:1fr}}