.zz-image-class {
  position: relative;
}

#zz_frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  text-align: center;
}
#zz_frame::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
}
#zz_media {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
  text-align: center;
}

#zz_media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: auto;
  flex-basis: max-content;
  /* box-shadow: 0px 0px 20px 1px rgb(0, 0, 0); */
}

#zz_frame .zz_close {
  color: #fff;
  position: absolute;
  right: 40px;
  padding: 2px 8px;
  top: 40px;
  font-size: 14px;
  background: transparent;
  border: 0;
  /* border-radius: 50%; */
  cursor: pointer;
  border: 1px solid white;
}

#zz_frame .zz_controls {
  color: #fff;
  position: absolute;
  left: 40px;
  top: 40px;
}

#zz_frame .zz_controls button {
  background: #000;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  margin-right: 5px;
  border: 1px solid;
}
