.img-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.623);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.img-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}