#imageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.overlay-img {
  max-width: 80%;
  max-height: 80%;
  cursor: pointer;
}

