.wmBox_overlay{
	position:fixed;
	width:100%;
	height:100%;
	display:none;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	    z-index: 100000;
}
.wmBox_centerWrap{
	display:table;
	position:absolute;
	width:100%;
	height:100%;
} 
.wmBox_centerer{
	display:table-cell;
	vertical-align:middle;
}
.wmBox_centerer iframe{
	width:95%;
	display:table;
	margin:0 auto;
	position:relative;
}
.wmBox_contentWrap{
	width:100%;
	margin:0 auto;
	position:relative;
}
/*.wmBox_scaleWrap{
	position:relative;
	height:0;
	padding-top:20px;
	padding-bottom: 56.25%;
	width:100%;
}*/
.wmBox_scaleWrap{
	position:relative;
	height:0;
	padding-top:100%;
	padding-bottom: 100%;
	width:100%;
}
.wmBox_centerer iframe{
	position:absolute;
	top:0;
	border:0;
	outline:0;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	left:0;
	width:100%;
	height:100vh;
}
/*.wmBox_closeBtn{
	z-index:2;
	position:relative;
	margin-top:-40px;
}*/
.wmBox_closeBtn{
	z-index:2;
	position:relative;
	margin-top:-100%;
}
.wmBox_closeBtn p{
	line-height:0;
	position:relative;
	margin:0;
	padding:0.5em 0.5em 0.75em 0.5em; 
	color:#FFF;
	background:#000;
	
	font-size:3vw !important; 
	border-radius:100%;
	text-align:center;
	font-family:Verdana, serif;
	font-weight: 800;
	bottom:-0.9em;
	right:-0em;
	cursor:pointer;
	float:right;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	
	color: yellow;
	border: 1px solid yellow;
	border-radius: 10px;
}
.wmBox_closeBtn p:hover{
	background:#FFF;
	color:#000;
}