.lp-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.lp-modal .lp-modal-container {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
}
.lp-modal .lp-modal-container .lp-modal-img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
}
.lp-modal .lp-modal-container .lp-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-10%, -60%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #858383;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #858383;
  font-size: 16px;
  cursor: pointer;
  padding-left: 1.5px;
}

@media screen and (max-width: 768px) {
  .lp-modal-container {
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}/*# sourceMappingURL=lp-exit-popup.css.map */