.show-text {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  color: #fff;
  padding: 10px;
}
.custom-image {
  display: none;
}
.img-container {
  max-width: 1000px;
}
.div-container {
  width: 100%;
  max-width: 55vw;
}
.div-wrapper {
  position: relative;
  width: 100%;
  /* padding-bottom: 55%; */
  /* background-color: rgb(255, 134, 134); */
}
div[data-zoomist] {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
}
/* custom */
.custom-modules {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: none;
}
.custom-in-zoomer, .custom-out-zoomer {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 10px;
}
