
.gallery-item-img img {width: 100%; height:150px; border-radius: 10px; object-fit: cover;}

@media all and (max-width:1024px) { 
    .gallery-item-img img {height:100px}
}
