.pop-up-modal .modal-content {
  background-color: transparent;
  border: none;
}

.pop-up-modal-img {
  width: 100%;
  height: 100%;
}

.pop-up-modal-img img {
  border-radius: 5px;
  width: 100%;
}

.pop-up-modal-content-wrapper {
  position: relative;
}

.pop-up-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 100px;
  cursor: pointer;
}
/*# sourceMappingURL=popup.css.map */