 .popup_close {
 	position: absolute;
	top: .4rem;
		right: -1rem;
 	background: none;
 	border: 0;
	font-size: 2.8rem;
 	line-height: 1rem;
 	font-weight: bold;
 	color: #999;
 	padding: 0px;
 }

 .popup_content {
 	padding: 0;
 	border: 1px solid #999;
 	border-radius: .5rem;
 	background: white;
 	min-width: 10rem;
 	margin: .5rem;
 }

 .popup_header {
 	padding: 0.2rem 0 0.1rem 0.3rem;
 	font-size: 1.3rem;
 	border-bottom: 1px solid #aaa;
 }

 .popup_body {
	padding: .5rem;
 }

 .popup_img .popup_body {
 	padding: 3px 3px 3px 3px;
 	margin: 0;
 }

 .popup_img img {
 	max-width: 100%;
 	padding: 0;
 	margin: 0;
 }

 .popup_footer {
 	padding: .5rem 1rem;
 	text-align: right;
 	font-size: 1.2rem;
 }

 .popup_tiny,
 .popup_small,
 .popup_medium,
 .popup_big,
 .popup_large {
 	min-height: 10%;
 }

 .popup_tiny {
 	width: 15%;
 }

 .popup_small {
 	width: 30%;
 }

 .popup_medium {
 	width: 50%;
 }

 .popup_big {
 	width: 80%;
 }

 .popup_large {
 	width: 90%;
 }

 @media only screen and (max-width:1024px) {

 	.popup_tiny,
 	.popup_small,
 	.popup_medium,
 	.popup_big {
 		width: 90%;
 	}
 }