.pe-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.pe-modal {
  position: relative;
  width: min(90vw, 420px);
  max-height: 90vh;
}
.pe-modal img {
  width: 100%;
  height: auto;
  display: block;
}
.pe-close {
  position: absolute;
  top: -8px;
  right: -8px;
  border: 0;
  background: #ffffff;
  color: #333333;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  line-height: 28px;
  text-align: center;
}

