.overlay-bg-129429 {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
height:100%;
width: 100%;
cursor: pointer;
z-index: 1000129429; background: #000; background: rgba(0,0,0,0.6);            
}   
.overlay-content-129429 {
display: none;
background: #07c160;
padding: 5px 10px;
width: 40%;
max-height: 100%;
position: fixed;
top: 15%;
left: 50%;
margin-left: -20%; cursor: default;
z-index: 1000129430;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0,0,0,0.9); box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
} 
.overlay-content p:first-child{
margin-top: 30px;
} 
.close-btn-129429{
cursor: pointer;
position: absolute;
top: 0;
right: 0;
padding: 5px;
text-align: center;
font-size: 1em;
font-family: arial;
color: #000;  
background: #fff; box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.close-btn-129429:after{
content: 'X';
}
.close-btn-129429:hover {
background: #fff;
} @media only screen and (min-width: 480px) and (max-width: 980px){         
.overlay-content-129429 {
width: 70%;
margin: 0 15%;
left: 0;
}
}
@media only screen and (min-width: 0px) and (max-width: 480px){         
.overlay-content-129429 {
width: 92%;
margin: 0 0% 0 2%;
left: 0;
}
}