body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
body .svg-container {
  display: block;
}
body .svg-container img {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 101%;
  height: auto;
}
body .svg-container img.s06 {
  bottom: -4px;
}

@keyframes content {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes contentReverse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(0);
  }
}
.s05 {
  -webkit-animation: content 6s infinite ease;
  -moz-animation: content 6s infinite ease;
  -o-animation: content 6s infinite ease;
  animation: content 6s infinite ease;
}

.s03 {
  -webkit-animation: contentReverse 7s infinite ease;
  -moz-animation: contentReverse 7s infinite ease;
  -o-animation: contentReverse 7s infinite ease;
  animation: contentReverse 7s infinite ease;
}

.s07 {
  -webkit-animation: content 8s infinite ease;
  -moz-animation: content 8s infinite ease;
  -o-animation: content 8s infinite ease;
  animation: content 8s infinite ease;
}

.s02 {
  -webkit-animation: contentReverse 9s infinite ease;
  -moz-animation: contentReverse 9s infinite ease;
  -o-animation: contentReverse 9s infinite ease;
  animation: contentReverse 9s infinite ease;
}

.s04 {
  -webkit-animation: content 10s infinite ease;
  -moz-animation: content 10s infinite ease;
  -o-animation: content 10s infinite ease;
  animation: content 10s infinite ease;
}

/*# sourceMappingURL=styles.css.map */
