.popup_area { position: fixed; width: 100%; height: 100vh; left: 0; top: 0; z-index: 9999999999;background: rgba(0, 0, 0, 0.6);}
.layer_popup{ width: 100%; max-width: 600px; position: absolute; padding:80px 10px 0px; z-index: 999999;  left:50%; margin-left:-300px;}
.layer_popup .popup img{ max-width: 100%; height: auto; }
.layer_popup .footer{ position: relative; padding: 11px 15px 10px; color: white;  background-color: #000; height:50px;}
.layer_popup .footer div {float:left; font-size:1rem;}
.layer_popup .footer button { color: #000; float: right; height:25px; padding:0 10px;}


@media screen and (max-width: 600px) {
.layer_popup{  left:auto; margin-left:0px; position:relative; }
}