
.gallery-item-img img {width: 100%; height:110px; border-radius: 5px; object-fit: cover;}

@media all and (max-width:1024px) { 
    .gallery-item-img img {height:78px}
}
