.haha-img-zoom-wrap .haha-img-zoom-overlay {
  background: #000;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1023;
  opacity: .8; }

.haha-img-zoom-wrap .haha-img-zoom-content {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1024;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .haha-img-zoom-wrap .haha-img-zoom-content img {
    max-width: 100%;
    max-height: 100%; }
