.simplePopup {
	display:none;
	position:fixed;
	background:#fff;
	z-index:103;
	padding: 6px;
	width: auto;
	min-width: 30%;
	top: 120px !important;
	left: calc(50% - 406px) !important;
	margin: 0 25px;
}
.simplePopup img{max-width:100%;height:auto}

.simplePopupClose {
	float:right;
	cursor:pointer;
	margin-left:10px;
	margin-bottom:10px;
	position: absolute;
	top: 0;
	right: -15px;
	color: #FFF;
}

.simplePopupBackground {
	display:none;
	background:#000;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:99;
}


@media only screen and (max-width: 980px) {
	.simplePopup {
		left: 1% !important;
	}
}