/* OJS HTML Galley - Full Width Fix */

.galley_view {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}

.galley_view iframe {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: calc(100vh - 100px) !important;
    min-height: 900px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#htmlContainer {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}
