.Gallery-module__mJT-qG__gallery{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-content:center;gap:12px;display:grid}.Gallery-module__mJT-qG__galleryItem{cursor:pointer;border-radius:12px;display:block;overflow:hidden}.Gallery-module__mJT-qG__galleryItem img,.Gallery-module__mJT-qG__galleryItem iframe{object-fit:cover;aspect-ratio:16/9;border:0;width:100%;height:100%;transition:transform .2s}.Gallery-module__mJT-qG__galleryItem img:hover{transform:scale(1.02)}@media (max-width:500px){.Gallery-module__mJT-qG__gallery{grid-template-columns:repeat(2,1fr);gap:6px}.Gallery-module__mJT-qG__galleryItem{border-radius:8px}}