/*@media only screen and (min-width: 1500px) {
    #popup.rectangular {
        width:40%;
        left: 30%;
        height:30%;
    }
    #popup.rectangular .close {
        left:30%;
        width:40%!important;
        top:30%;
    }
}
@media only screen and (min-width: 2000px) {
    #popup.rectangular {
        width:30%;
        left: 35%;
        height:30%;
    }
    #popup.rectangular .close {
        left:35%;
        width:30%!important;
        top:30%;
    }
}
*/