.ticker {
  margin: 0 auto;
  padding: 8px;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color:#efefef;
}
.ticker{
	height:40px!important;
}
.ticker ul {
  width: 80%;
	margin:0 auto;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}
@media only screen and (max-width:765px) {
.ticker{
	height:60px!important;
}
	.ticker ul {
  width: 90%;
	margin:0 auto;
  position: relative;
}
	.ticker ul li {
  font-size:13px;
}
}
