body {
  background: #999;
}

.bl_jsLoadingIcon {
  position: relative;
  background: #333;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
}

canvas {
  position: absolute;
  background: black;
  max-width: 100%;
  width: 600px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*# sourceMappingURL=jsLodingIcon.css.map */