.popup {
position: fixed;
width: 70%;
left: 50%;
top: 10%;
max-width: 900px;
transform: translate(-50%, 0);
background: #000;
}
.border {
height: 0;
border-bottom: 10px dashed #000;
transform: skew(-20deg, 0);
}