.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 99999;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.7);
}
/* Modal Content */
.modal-content {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	border: 0;
	width: 90%;
	max-width: 400px;
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	background-color: #e7e4df;
	border-radius: 0;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
    margin-top:20px;
	margin-bottom:50px;
	position:relative;
	z-index:999999;
	
}
.close img {
	width:30px;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
@media only screen and (min-width: 1000px) {
 .close img {
 width:50px;
}
}
