.page-wrapper {
    width: calc(100vw - (100vw - 100%));
    height: calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    position: relative;
    margin-top: 60px;
    overflow-x: hidden;
}

.page-wrapper-preview,
.page-wrapper-ehmap {
    width: calc(100vw - (100vw - 100%));
    height: 100vh;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

#content {
    width: 100%;
    height: 100%;
}

#projbanner {
    height: 30px;
    background-color: #001F60;
    text-align: center;
}

.under-construction-img {
    max-height: 80vh;
    object-fit: contain;
}