#hpm-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.hpm-box {
    position: relative;
}

.hpm-box img {
    max-width: 90vw;
    max-height: 90vh;
}

#hpm-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 50%;
    font-weight: bold;
}