@media screen and (min-width:993px){
.ticker {
  margin: 0px auto;
  width: auto;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color:#ffffff;
  padding: 17px;
	font-size: 16px;
	line-height: 0.2em;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}



}

@media screen and (max-width:992px){
.ticker {
  margin: 0px auto;
  width: auto;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color:#ffffff;
  padding: 17px;
	font-size: 16px;
	line-height: 0.2em;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}

}

@media screen and (max-width:780px){
.ticker {
	margin: 0px auto;
	width: auto;
	text-align: left;
	position: relative;
	overflow: auto;
	background-color: #ffffff;
	padding: 1em 20px 3em 20px;
	font-size: 14px;
	line-height: 1.2em;
	display: block;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}

}
