ul.marquee {
  display: block;
  height: 50px;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

ul.marquee li {
  display: block;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  padding: 16px 0 0 170px;
  position: absolute;
  top: -999em;
  white-space: nowrap;
}
@media (max-width:640px){ul.marquee li{padding: 16px 0 0 0;}}
