.ticker {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  text-align: center !important;
  display: none;
}

.ticker ul li h5{

  font-size: 12px;
}
