

.header-earth {
  position: relative;
  width: 100%;
  max-height: 456px;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(0deg, #000000 0%, #0a2544 100%);
}

#earth-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: grab;
}

#earth-container:active {
  cursor: grabbing;
}