#overlay{position:fixed;inset:0;background:rgba(0,0,0,0.8);display:flex;justify-content:center;align-items:center;z-index:99999;padding:20px}#popup{width:100%;max-width:1200px;max-height:90vh;background:#fff;border-radius:8px;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center}#close{position:absolute;top:10px;right:10px;background:#101010;color:#fff;font-weight:bold;border-radius:50%;width:35px;height:35px;text-align:center;line-height:35px;font-size:20px;cursor:pointer;z-index:10}#popup img.pop_image{width:100%;height:auto;display:block}@media (max-width:1024px){#popup{max-width:95%;max-height:95vh}#popup img.pop_image{width:100%;height:auto}}@media (max-width:480px){#popup{width:100%;max-height:95vh;margin:0;border-radius:0}#popup img.pop_image{width:100%;height:auto}}button{background:#000;color:#fff;text-align:center;font-weight:bold;padding:10px 30px;border-radius:3px;cursor:pointer}