/* ============================ */ /* GALERIES */ /* ============================ */ .img-gallery_wp { padding-bottom: 50px; } .img-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 520px)); gap: 1rem; justify-content: center; margin-top: 1.5rem; width: 100%; } .img-gallery > * { display: block; width: 100%; overflow: hidden; border-radius: 5px; } .img-gallery :deep(.ds-media) { display: block; width: 100%; height: auto; background: transparent; } .img-gallery :deep(.ds-media__img) { display: block; width: 100%; max-width: 100%; height: auto; transition: transform 0.25s ease, box-shadow 0.25s ease; } .img-gallery :deep(.ds-media__img:hover) { transform: scale(1.02); }