html {
  height: 100%;
}

body{
  opacity: 1 !important;
}

section.video.video-earth-cont {
  margin: 0;
  padding: 0 0 0 0;
  /* background: #000000 url(../img/globe/skybySmith10.jpg) repeat; */
  color: #ffffff;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 20px;
  height: 100%;
  background-size: 100%;



  /* isVideo */
  /* Обычный фон, когда видео сезонное, 1й кадр */
  background: transparent url(../assets/video-images/video-march-2022-first-slide.png) no-repeat;

  /* Новогодний фон, 1й кадр */
  /* background: #000000 url(../video/images/wm-ny-2022-first-slide.jpg) no-repeat;*/
  background-position: center;
  background-size: cover; 

  /* isGlobe */
  /* background: #000000 url(../img/globe/back.jpeg) no-repeat;
  background-size: contain; */
}

/* isVideo */
.video-wrap-earth .content-overlay .zag_v{
  /* opacity: 0; */
}

#video_obj{
  opacity: 0;
  /* visibility: hidden; */
}

.video-wrap-earth{
  position: relative;
  width: 100%;
  height: 100%;
}

.video-wrap-earth .content-overlay {
    /* margin-top: -40px; */
}

.earth-outer{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.earth-inner{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.earth-container {
  position: relative;
  width: calc(100vmin - 80px - 88px);
      /* width: calc(80vmin - 80px - 88px); */
  margin: 4% 4% 0px auto;
  /* margin: 0 auto; */
}
.earth-container:before {
  content: '';
  float: left;
  padding-bottom: 100%;
}
.earth-container:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .earth-container {
    width: 80%;
  }
}
.earth-container .earth {
  width: 100%;
  position: relative;
  z-index: 10;
  background-size: 100%;
}
.earth-container .earth canvas {
  display: block;
  border-radius: 50%;
}
.earth-container .earth-back {
  position: absolute;
  width: 122.5%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
}
.earth-container .earth:before,
.earth-container .earth-back:before {
  content: '';
  float: left;
  padding-bottom: 100%;
}
.earth-container .earth:after,
.earth-container .earth-back:after {
  content: '';
  display: table;
  clear: both;
}
.earth-container .earth-back {
  z-index: -1;
  /* background-image: url(../img/globe/earth-static2.png); */
  background-image: url(../img/globe/earth-static1-2020.png);
  background-size: 95%;
  margin-left: 3px;
  margin-top: 6px;
  /* background-size: 100%; */

  /* background-size: 630px */
}


.c_wrapper {
  max-width: 1024px
}

.wrapper{
  max-width: 1024px
}