.jqmodal-popup {
    display: none;
    width: 500px !important;
    height: 500px !important;
    /*background-image: url("photographer.jpg");*/
    background-color: #cccccc;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 90000 !important;
}

.jqmodal div.popup-body,
.jqmodal div.popup-body a{
    width: 100%;
    height: 100%;
}
