.popup {
  width: 1000px;
  padding: 0px 0px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  /* display: none; */
  /* text-align: center; */
}
.popup-button {
  display: block;
  background-color: rgba(255, 255, 255, 0.295);
  position: absolute;
  width: 35px;
  height: 35px;
  font-size: 22px;
  color: #767676;
  border: 1px solid #000000;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}

.popup-button:hover {
  color: #000000;
  border: 1px solid #ababab;
  background-color: aliceblue;
}

.popup-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}