.ticker {
  margin: 0 auto;
  padding: 13px;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-sizing:border-box;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

