#jOverlayContent {
    display: none;
}

#popuppro_mobile img, #popuppro_tablet img, #popuppro img, #popuppro_mobile .img-responsive, #popuppro_tablet .img-responsive, #popuppro .img-responsive {
    max-width: 100%;
    height: auto;
}

#close {
    z-index: 9999999999999999999;
    cursor: pointer;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -18px;
    top: -18px;
    background: url('close.png') top left no-repeat;
    clear: both;
    overflow: hidden;
}