.zk-pdf-viewer {
  width: 100%;
  min-height: 900px;
}
@media only screen and (max-width: 1200px) {
  .zk-pdf-viewer {
    min-height: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .zk-pdf-viewer {
    min-height: 440px;
  }
}
.zk-pdf-viewer > iframe {
  position: absolute;
}

/*# sourceMappingURL=flip-book.css.map */
