html,
body,
main,
#globe-host,
#globe-host .cesium-viewer,
#globe-host .cesium-viewer-cesiumWidgetContainer,
#globe-host .cesium-widget,
#globe-host canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  display: block;
  background: #050813;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
