.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-repeat: no-repeat; background-size: cover; background-color: #6e5f4f;

-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 { position: absolute; top: -10px; right: -40px; 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_content { padding: 20px; color: #fff; border: 0px solid #fbba20; text-align: center; font-size: 100%; }
.popup_content h1 { font-size: 200%; margin: 0 0 10px 0; color:#fff; }
.popup_content h2 { font-size: 180%; color:#fff; }
.popup_content h3 { font-size: 160%; color:#fff; }
.popup_content h4 { font-size: 140%; color:#fff; }
.popup_content h5 { font-size: 120%; }
.popup_content b, .popup_content strong { font-size: 120%; color: #fbba20; }
.popup_content h2:first-child { margin-top: 0; }
.popup_content img { display: block; width: 100%; max-width: 400px; margin: 0 auto; }
 
 @media screen and (max-width:950px)	{
	.popup_wrapper .absolute { width: 95%; margin: 2.5%; top: 0; left: 0; }
    .popup_wrapper .content_wrap .close { right: 0px; top: 0; }
    .popup_content { font-size: 90%; }
}