.layer_popup{ max-width: 600px; position: absolute; top:0px; left: 50px; z-index: 9;}
.layer_popup .popup img{ max-width: 100%; height: auto; }
.layer_popup .footer{ position: relative; padding: 11px 15px 10px; line-height: 1; color: white; font-size: 14px; background-color: #000; }
.layer_popup .footer button{ color: #fff; float: right; height:25px; margin-top:-5px;}

.layer_popup.right{ right: 50px; left:auto;}


@media screen and (max-width:1300px){
  .popup_area {position:absolute; top:0px; z-index: 9999999; left:10px; right:10px; text-align:center;}
  .layer_popup{ position:relative; left:auto; top:0px; margin-left:auto; margin-right:auto;}
  .layer_popup.right{margin-top:20px;  margin-left:auto; margin-right:auto; right:auto;}
}


@media screen and (max-width:375px){
  .layer_popup .footer{ font-size: 11px; }
}
