.newsticker {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.newsticker ul {
  width: 100%;
  position: relative;
  z-index: 1;
}

.newsticker ul li {
  width: 100%;
  display: none;
}

