
#htmlContainer, .galley_view {
    width: 100%;
    height: 100vh !important; 
    overflow: hidden;
    position: relative; 
}

.galley_view iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}