
.gallery-item {
	padding: 10px;
}
.gallery-item img {
	max-height: 260px;
    width: 100%;
    object-fit: cover;
}
