.gallery img{
	cursor: pointer;
}
#gallery-modal .modal-img{
	width: 100%;
    background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
@media (min-width: 992px) {
	.modal-lg,.modal-xl {
		margin-top: 5px;
		max-width: 900px;
	}
}
@media (max-width: 992px) {
	.modal-lg,.modal-xl {
		margin-top: 5px;
		max-width: 890px;
	}
}