.modal-image { 
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}
.modal-image-content {
	margin: auto;
	display: block;
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: white;
	font-size: 35px;
	font-weight: bold;
	cursor: pointer;
}
