.custom-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;height:50vw;overflow-y:auto;margin-top:40px;padding:0}.custom-gallery-item{position:relative;margin:0}.custom-gallery-thumb{height:400px;display:flex;justify-content:center;align-items:center;overflow:hidden}.custom-gallery-thumb img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.custom-gallery-caption{position:absolute;left:0;right:0;bottom:0;background:#00000080;color:#fff;text-align:center;padding:12px 16px;font-size:1rem}@media(max-width:1199px){.custom-gallery-thumb{height:350px}}@media(max-width:899px){.custom-gallery-grid{grid-template-columns:repeat(2,1fr)}.custom-gallery-thumb{height:300px}}@media(max-width:599px){.custom-gallery-grid{grid-template-columns:1fr}.custom-gallery-thumb{height:200px}}
