html,
body {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
#cesiumContainer {
  height: 100%;
}
/* Hide Cesium logo and credits */
.cesium-viewer-bottom,
.cesium-credit-logoContainer,
.cesium-widget-credits {
  display: none !important;
}