.ticker {
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;

}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

