.ticker {
  margin: 0 auto;
  width: 600px;
  height: 80px;
  text-align: center;
  font-size: 3.5em;
  font-weight: 600;
  border: #ccc 1px solid;
  position: relative;
  overflow: hidden;
  background-color:#ffffff;
}

.ticker ul {
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.ticker ul li {
  width: 100%;
  height: 80px;
  display: none;
  color: #F68305;
}

.ticker ul li.tickerhook {
  padding: 10px;
}


@media only screen and (max-width: 480px) {
  .ticker {
    font-size: 2.75em;
  }
}