.lightbox-image {
  cursor: pointer;
}

.modal-image-wrap {
  position: fixed;
  z-index: 2;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-image-wrap .modal-image {
  margin: auto;
  display: block;
  height: auto;
  max-height: 80vh;
  max-width: 80vw;
}
.modal-image-wrap .close {
  position: absolute;
  top: 10px;
  right: 35px;
  color: #f1f1f1;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
  padding: 10px 30px;
}
.modal-image-wrap .close:hover, .modal-image-wrap .close:focus {
  color: red;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .modal-image-wrap .modal-image {
    width: 100%;
  }
  .modal-image-wrap .close {
    right: 0px;
  }
}

/*# sourceMappingURL=images.css.map */
