#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

#modal {
	display:none;
	width:700px;
	background:none;
	position:relative;
}

.modal_close {
	display: block;
	width: 22px;
	height: 22px;
	background: url('../img/x.png');
	position:absolute;
	right:10px;
	top:10px;
	z-index: 2;
}

#modal img {
	width:100%;
	height:auto !important;
}

/* Moble styles ================================================== */
@media (max-width:959px) {
	#modal {
		width: 100%;
		padding:20px;
	}
}