#custom-popup {
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

#custom-popup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}