.ticker {
    width: auto;
	height: 55px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: left;
}

.ticker h3 {
	padding: 0 0 10px 10px;
}

.cTicker ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cTicker ul li {
    list-style: none;
    height:55px;
    padding:7px;
    font-size:1.5em;
    line-height:1.85em;
    color:#fff;
    text-align: center;
}

@media (max-width: 600px) {
.cTicker ul li {
    list-style: none;
    height: 55px;
    padding: 7px;
    font-size: 1em;
    line-height: 2.5em;
    color: #fff;
    text-align: center;
}}