.ufg_popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    position: fixed;
    display: none;
    border-radius: 5px;
    overflow: hidden;
}

.popup_mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    width: 100%;
    height: 3737px;
    opacity: 0.5;
}

.ufg_popup-title {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding: 15px;
}


.ufg_close_popup {
    float: right;
    cursor: pointer;
    margin-top: -20px;
    font-size: 30px;
    font-weight: lighter;
    margin-right: -10px;
}


.ufg_popup-image {
    background: #fff;
    background-size: 687px 417px;
    height: 417px;
    width: 687px;
    padding: 10px;
}

.popup_main{
    width: 100%;
    height: 90%;
    overflow-y: scroll;
}

/* for high resolution display */

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .ufg_popup-image {
        background: #fff;
        background-size: 687px 417px;
    }
}