@media (max-width: 767px) {
	.allModelsPage .v2_modelProfile .section-model.tiguan .modelName div {
		background-position: 20px 0 !important;	
	}
	.allModelsPage .v2_modelProfile .section-model.tiguan .model img.show {
		margin-top: 5px;
	}
	.allModelsPage .v2_modelProfile .section-model.touareg .model img.show {
		margin-top: 7px;
	}
}
@media (min-width: 768px) {
	.allModelsPage .v2_modelProfile .section-model.tiguan .modelName div {
	    background-position: 10px 0 !important;
	}
}