
.gallery-item-img img {width: 100%; height:250px; border-radius: 15px 15px 0 0 ;object-fit: cover;}

@media all and (max-width:1024px) { 
   
    .gallery-item-img img {height:250px; border-radius: 10px 10px 0 0 ;}
}
