/* ==========================================================================
   GoalMed Interactive Planetarium - Standalone Stylesheet
   ========================================================================== */

.gm-planetarium-container {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 380px !important;
  max-height: 440px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.gm-orbit-canvas {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  background: transparent !important;
}
