.rzc_hander {
  cursor: zoom-in;
  display: inline-block;
}
.rzc_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rzc_mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.rzc_pop {
  position: absolute;
  cursor: 'zoom-in';
}
.rzc_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
