﻿
#cesiumContainer {
    height: 100vh;
    width: 100%;
}

.cesium-widget-credits{
    display: none !important;
}

#fixed-logo {
    position: fixed;
    left: .5em;
    bottom: .5em;
}

#viewpoint-panel {
    position: fixed;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 8px;
    left: 6px;
    top: 6px;
}

#video-panel {
    position: fixed;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 8px;
    right: 6px;
    bottom: 6px;
    width: 32em;
}