._sumo_pp_modal {
    display: none; 
    position: fixed; 
    z-index: 999999999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
._sumo_pp_modal-wrapper{
    background-color: #fefefe;
    margin: 10% auto; 
    width: 30%;
    position: relative;
    border-radius: 5px;
}
._sumo_pp_modal-close{
    text-align: right;
}
._sumo_pp_modal-close img{
    cursor:pointer;
    margin:5px 5px 0 0;
    float:right;
}
@media only screen and ( max-width: 768px ) {
    ._sumo_pp_modal-wrapper {
        width: 70%;
    }
}
@media only screen and ( max-width: 605px ) {
    ._sumo_pp_modal-wrapper {
        width: 90%;
    }
}