.smvw-cpo-banner {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
div.smvw-cpo-banner {
	background: #6062ad;
	background-size: auto 90%;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.smvw-cpo-banner img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.smvw-cpo-image {
	margin-bottom: 5px;
}
.smvw-cpo-banner h1 {
	font-family: "VWHeadWeb-Bold";
	margin: 0 0 10px;
	font-size: 22px;
	filter:drop-shadow(0 4px 3px rgba(51,52,99,.8));
}
.smvw-cpo-banner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.smvw-cpo-banner ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 120%;
	font-size: 22px;
}
.smvw-cpo-banner .smvw-cpo-text {
	text-align: center;
	color: #fff;
	font-family: "VWTextWeb-Regular";
}
.smvw-nowrap {
	white-space: nowrap;
}
.smvw-cpo-banner-disc {
	margin-top: 5px;
	font-size: 11px;
	font-family: sans-serif;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
div.smvw-cpo-banner {
	background: url("../TIGUAN-CPO-BG.png") bottom right no-repeat #6062ad;
	background-size: auto 90%;
	padding: 20px;
	height: 220px;
}
.smvw-cpo-image {
	display: none;
}
.smvw-cpo-banner .smvw-cpo-text {
	text-align: center;
	color: #fff;
	font-family: "VWTextWeb-Regular";
	width: 60%;
}
.smvw-cpo-banner h1 {
	margin: 0 0 10px;
	font-size: 37px;
}
.smvw-cpo-banner ul li {
	font-size: 28px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
div.smvw-cpo-banner {
	padding: 20px 50px;
}
.smvw-cpo-banner .smvw-cpo-text {
	width: 75%;
}
.smvw-cpo-banner h1 {
	margin: 0 0 20px;
	font-size: 48px;
}
}