#sip-popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0,0,0,0.6);
  z-index: 99999;
}

#sip-popup-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 90vw;
  max-height: 90vh;
}

#sip-popup-image {
  max-width: 100%;
  max-height: 100%;
}
