#unity-container {z-index: 6; position: absolute }
#unity-container.unity-desktop {z-index: 6; left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile {z-index: 6; width: 100%; height: 100%  }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 350px!important; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { border-radius: 25px; width: 0%; height: 18px; margin-top: 350px!important; background: url('progress-bar-full-dark.png') no-repeat center}
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning {position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none!important }


@media screen and (min-width: 100px) and (max-width: 480px) {
  html, body {
    padding: 0; 
    margin: 0;
    overflow: hidden;
    background: #121211;
    background-size: auto;
  }

}
@media screen and (min-width: 480px) and (max-width: 768px) {
  html, body {
    padding: 0; 
    margin: 0;
    overflow: hidden;
    background: #121211;
    background-size: auto;
  }
}

#custom-loader {
  bottom: -45px;
  right: 50px;
  position: fixed;
  z-index: 5;
  color: white;
  font-style: inherit;
  font-size: 25px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#mobilevideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  display: none;
}


 html {
    padding: 0; 
    margin: 0;
    overflow: hidden;
  }

  body {
    padding: 0; 
    margin: 0;
    overflow: hidden;
    background: #121211;
    background-size: auto;
  } 
  
.hole {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}
  
i {
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  left: -70px;
  top: -70px;
  border-radius: 140px;
  opacity: 0;
  animation-name: scale;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

i:nth-child(1) {
  animation-delay: 0.3s;
}

i:nth-child(2) {
  animation-delay: 0.6s;
}

i:nth-child(3) {
  animation-delay: 0.9s;
}

i:nth-child(4) {
  animation-delay: 1.2s;
}

i:nth-child(5) {
  animation-delay: 1.5s;
}

i:nth-child(6) {
  animation-delay: 1.8s;
}

i:nth-child(7) {
  animation-delay: 2.1s;
}

i:nth-child(8) {
  animation-delay: 2.4s;
}

i:nth-child(9) {
  animation-delay: 2.7s;
}

i:nth-child(10) {
  animation-delay: 3s;
}

@keyframes scale {
  0% {
    transform: scale(2);
    opacity: 0;
    box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.822);
  }
  50% {
    transform: scale(1) translate(0px, -5px);
    opacity: 1;
    box-shadow: 0px 8px 20px rgba(255, 255, 255, 0.897);
  }
  100% {
    transform: scale(0.1) translate(0px, 5px);
    opacity: 0;
    box-shadow: 0px 10px 20px transparent;
  }
}
