


img{
	max-width: 100%;
  
}
.gallery{
	background-color: #dbddf1;
	padding: 80px 0;
}
.gallery img{
	background-color: #fff;
	padding: 3px;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
	height: 200px; 
	object-fit: contain;
	object-position: center center;
}
#gallery-modal .modal-img{
	width: 100%;
}

.modal-img{
	max-height: 610px; 
	object-fit: contain;
	object-position: center center;
}