@charset "utf-8";

.modal_item :hover {
  opacity: 0.8;
}

.modal_item img {
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 300;
}

.bigimg > img{
  position: absolute;
  /* width: 95%; */
  width: auto;
  /* max-width: 800px; */
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.close-btn {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 25px;
  top: 20px;
}

.close-btn {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}