/* Static/min Earth sizing + visibility fix */
html.iono-min .earthWrap,
html.iono-static .earthWrap,
html.iono-earth-visible .earthWrap{
  width: min(92vmin, 920px) !important;
  height: min(92vmin, 920px) !important;
  max-width: calc(100vh - 170px) !important;
  max-height: calc(100vh - 170px) !important;
  opacity: 1 !important;
  transform: scale(1) !important;
  animation: none !important;
  justify-self: center;
}

html.iono-min .earth,
html.iono-static .earth,
html.iono-earth-visible .earth{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
