html, body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: black;
}

.polylion {
  max-width: 100%;
}

.polylion polygon {
  opacity: 0;
}
.no-js .polylion polygon {
  opacity: 1;
}

.polylion {
  height: 800px;
}
.no-cssanimations .polylion > polygon {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
