.lity-wrap {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99990;
  overflow: scroll;
  align-items: center;
  justify-content: center;
  padding: 20px;
  outline: none !important;
  text-align: center;
}

.lity-content > * {
  max-height: none !important;
}
.lity-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border: 0;
  line-height: 0;
}