
.gallery-item-img { aspect-ratio: 2 / 1; overflow: hidden; border-radius: 10px; }
.gallery-item-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }

@media all and (max-width:1024px) {
    .gallery-item-img { aspect-ratio: 2 / 1; }
}
