/* Ensure the flipbook container takes up the full available height without scrolling */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#flipbookContainer {
  height: 100%;
  overflow: hidden;
}

