.gallery-img{
width:100%;
height:250px;
object-fit:cover;
border-radius:10px;
cursor:pointer;
transition:.3s;
}

.gallery-img:hover{
transform:scale(1.03);
}

.gallery-item{
margin-bottom:20px;
}

#popupImage{
width:100%;
max-height:85vh;
object-fit:contain;
}

Scroll to Top