.vticker-wrapper {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 0;
	overflow: hidden; 
	position: relative; 
	background: #F88400;
	text-align: center;
}
.vticker-wrapper ul {
	position: absolute; 
	margin: 0; 
	padding: 0; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.vticker-wrapper ul li {
	margin: 0; 
	padding: 0; 
	height: 40px; 
	display: list-item;
}
.vticker-wrapper ul li, .vticker-wrapper ul li a {
	border: 0;
	color: #ffffff;
	display: block;
	font-family: 'Roboto';
	font-size: 17px;
	text-decoration: none;
	line-height: 40px;
}
.vticker-wrapper ul li a img {
	vertical-align: middle;
}
.with-bottom-margin {
	margin: 0 0 15px 0;
}

@media screen and (max-width: 1150px) {
	.vticker-wrapper {
		width: 100%;
	}	
}
@media screen and (max-width: 600px) {
	.vticker-wrapper ul li, .vticker-wrapper ul li a {
		font-size: 2.8vw;
	}	
}