/*gallery Width*/
.img{
	max-width: 100%;
}
.gallery{
	background-color: #fff;
	
}
.gallery img{
	background-color: #f9f7f7;
	padding: 10px;
	width: 100%;
	
	cursor: pointer;
	border-radius:10px;
}
#gallery-modal .modal-img{
	width: 100%;
}

.card:hover {
	background-color: rgb(245, 220, 196);

	
  }