.popup-overlay{height:100%;justify-content:center;position:fixed;top:0;background-color:rgba(0,0,0,.7);align-items:center;left:0;width:100%;display:flex;z-index:999}.popup-website{width:700px}.popup-mobil,.popup-website{transform:translate(-50%,-50%);justify-content:center;border:10px solid #fff;position:fixed;flex-direction:column;top:50%;background-color:#fff;align-items:center;border-radius:10px;left:50%;display:flex;z-index:1000}.popup-mobil{width:95%}.popup-mobil img,.popup-website img{max-width:100%;max-height:100%}.close-button{border-bottom-left-radius:10px;padding:3px 5px 5px 12px;font-size:20px;border:none;right:0;color:#000;position:absolute;top:-1px;background-color:#fff;cursor:pointer}