/* Hide print and embed functionality */
.BRtoolbar .embed, .print {
    display: none;
}

body.BRfullscreenActive section.theater {
    height: 100vh;
}
ia-bookreader[fullscreen] {
    height: unset;
}

ia-bookreader{
    --br-height: 370px;
    display: block;
    height: var(--br-height);
    width: 400px;
}

.BookReader {
    --br-height: 370px;
    --new-height: calc(var(--br-height) - 20px); 
    height: var(--br-height);
    width: 400px;
    overflow: hidden;
    margin: 0 auto;
    #float: left;
    position: relative;
    left:10px;
    top: 10px;
}
