.popup {
background: #fff;
position: fixed;
width: 70%;
z-index: 99999999;
left: 15%;
top: 10%;
max-width: 900px;
}
.popup {
position: fixed;
width: 70%;
left: 0;
right: 0;
top: 10%;
max-width: 900px;
background: #000;
margin: 0 auto;
}
.popup {
position: fixed;
width: 70%;
left: 50%;
top: 10%;
max-width: 900px;
transform: translate(-50%, 0);
background: #000;
}