html, body {
	height: 100%;
}
#BookReader,
#app {
	height: 100%;
}
#BookReader {
	min-height: 60vh;
}
.BRpagecontainer img {
	object-fit: contain;
}