html.wpcl-darkness,
html.wpcl-darkness body {
    overflow: hidden!important;
}

.wpcl-darkness-bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999990;
	background: rgba(0,0,0,0.65);
	height: 100%;
	width: 100%;
	min-height: 100%;
}

.wpcl-popup {
	position: fixed;
	left: 50%;
	top: 100px;
	z-index: 999995;
	width: 600px;
	
	background: #FFFFFF;
	margin: 0 0 0 -300px;
	padding: 10px;
}

.wpcl-popup img {
	max-width: 100%;
}

a.wpcl-close,
a.wpcl-close:visited {
	background: #FFF;
	position: absolute;
	right: -12px;
	top: -12px;
	text-decoration: none;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 1.9;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-radius: 50%;
}
a.wpcl-close:hover,
a.wpcl-close:focus {
	background: #000;
	color: #FFF;
}