.imagePopup:hover {
  opacity: 0.7;
  cursor: pointer;
}

#imagePopupBase {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 20000;
}

/*#imagePopupWindow {*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

#imagePopupPicture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}

#imagePopupClose {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}