.ddexitpop { width: 90%;
max-width: 800px;
z-index: 1000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
background: white;
left: 0;
top: 10px; -webkit-animation-duration: .5s; animation-duration: .5s; visibility: hidden;display: flex;position: fixed;z-index: 10000 !important;align-items: center;justify-content: center;margin-left:25%;margin-right: 25%;margin-top: 2%;
}
.ddexitpop .calltoaction{ display: inline-block;
text-decoration: none;
border-radius: 5px;
padding: 15px;
background: #15C5FF;
display: block;
width: 80%;
font: bold 24px Arial;
box-shadow: 0 0 15px gray, 0 0 10px gray inset;
margin: 10px auto;
text-align: center;
color: white !important;
}
div.closeexitpop{ width: 70px;
height: 70px;
overflow: hidden;
display: none;
position: fixed;
cursor: pointer;
text-indent: -1000px;
z-index: 3;
top: 10px;
right: 10px;
}
#ddexitpopwrapper.open .veil{ display: block;
}
#ddexitpopwrapper.open div.closeexitpop{
display: block;
}
#ddexitpopwrapper.open .ddexitpop{
visibility: visible; } @media only screen and (min-width:99px) and (max-width:767px){#ddexitpopwrapper.open .ddexitpop{visibility: hidden; top: 0;}}