.simple-pop-hidden {
	display: none!important;
	opacity: 0;
}
#simple-pop-wrap {
	z-index: 9999;
	background: rgba(0,0,0,.7);
	opacity: 1;
	transition: opacity .5s ease; 
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
#simple-pop-contents {
	z-index: 10000;
	background: #fff;
	padding: 1em;
	opacity: 1;
	transition: opacity 1s ease;
}
#simple-pop-contents .close {
	background: #fff;
	position: absolute;
	height: 1em;
	padding: 0 0.5em;
	top: -1em;
	right: 0;
}
#simple-pop-close {
	position: absolute; 
	top: 3em; 
	right: 3em; 
	color: #FFFFFF; 
	max-width: 1em; 
	font-size: 150%;
}
