.gallery-item-wrapper {
    height: 350px; 
    width: 100%;
    overflow: hidden;
}

.gallery-img {
    width: 100%; 
    height: 100%;
    
    object-fit: cover; 
    object-position: center;
    
    /* Smooth hover effect */
    transition: transform 0.4s ease-in-out;
}