html,
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}
#cesiumContainer {
  height: 100%;
}
#creditContainer {
  position: absolute;
  top: 78px;
  right: 0;
  width: 145px;
  text-align: center;
}
