.marquee-wrapper {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  position: relative; }

.marquee {
  display: inline-block;
  position: absolute;
  height: 100%;
  width: auto;
  padding: 0px;
  top: 0%;
  white-space: nowrap; }

.marquee:hover {
  animation-play-state: paused; }

a.text {
  display: inline-block;
  font-size: 30px; }

.marquee-wrapper.footer {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99; }

/*# sourceMappingURL=front.css.map */
