#jpgPopover {
    position: absolute;
    z-index: 1;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

#jpgPopover img {
    max-width: 100%;
    max-height: 100%;
}