.popup_wrapper { width: 100%; height: 100%; position: fixed; background: rgba(255,255,255,0.9); z-index: 999; top: 0; left: 0; overflow: auto; }
.popup_wrapper .absolute { position: absolute; top: 30px; left: 50%; width: 100%; max-width: 900px; margin-left: -450px; cursor: pointer; }
.popup_wrapper .content_wrap { width: 100%; padding: 20px; background: #fff;

-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

}
.popup_wrapper .content_wrap img { display: block; width: 100%; }
.popup_wrapper .content_wrap .close_btn { position: absolute; top: -10px; right: -50px; cursor: pointer; line-height: 40px; width: 40px; text-align: center; background: rgba(255,255,255,1); border-radius: 100%; color: #6f6f6e; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); font-size: 50px; font-family: none; 
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.popup_wrapper .content_wrap .close_fake_btn { background: var(--yellow); color: #fff; display: block; line-height: 40px; margin: 0 auto; text-align: center;	width: 230px; font-size: 120%; margin-top: 20px; }
.popup_wrapper .content_wrap .close_fake_btn:hover { text-decoration: underline; }

.popup_content { padding: 20px; color: #6f7072; text-align: left; font-size: 120%; }
.popup_content h1 { font-size: 200%; margin: 0 0 10px 0; }
.popup_content h2 { font-size: 180%; }
.popup_content h3 { font-size: 160%; }
.popup_content h4 { font-size: 140%; }
.popup_content h5 { font-size: 120%; }
.popup_content b, .popup_content strong { font-size: 100%; color: #97bf0d; }
.popup_content h2:first-child { margin-top: 0; }
.popup_content img { display: block; width: 100%; max-width: 200px; margin: 0 auto 20px auto;}

#showPopup { cursor: pointer; position: absolute; top: 25px; right: 0; background: #EF5151; color: #fff; font-size: 150%; padding: 5px 10px; }
#showPopup:hover { text-decoration: underline; }

 @media screen and (max-width:950px)	{
	.popup_wrapper .absolute { width: 95%; margin: 2.5%; top: 0; left: 0; }
    .popup_wrapper .content_wrap .close_btn { right: 0px; top: 0; }
    .popup_content { font-size: 90%; }
}