.bsuvModule {
	position: relative;
	height: 400px;
	color: white;
	background-position: center;
	background-size: cover;
	background-image:url(/content/dam/vwcom/codeInjections/modules/VW336-48-bsuv/images/BSUV.jpg);
	background-repeat: no-repeat;
}
.bsuvModule .main {
	padding-left: 40px;
}
.bsuvModule .content {
	padding-top: 25px;
	padding-bottom: 15px;
}
.bsuvModule .content .title {
	font-size: 30px;
	margin-bottom: 12px;
}
.bsuvModule .content p {
	font-size: 14px;
	line-height: 20px;
}
.bsuvModule .button {
	font-size: 14px;
}

@media only screen and (min-width: 1024px) {
	.bsuvModule {
		height: 450px;
	}	
	.bsuvModule .main {
		padding-left: 72px;
	}
	.bsuvModule .content {
		padding-top: 50px;
	}
	.bsuvModule .bottom {
		position: absolute;
		bottom: 50px;
		z-index: 0;
	}
}

@media only screen and (min-width: 1280px) {
	.bsuvModule {
		height: 500px;
	}
	.bsuvModule .content .title {
		font-size: 36px;
	}
	.bsuvModule .content p {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (min-width: 1440px) {
	.bsuvModule {
		height: 550px;
	}
}

@media only screen and (max-width: 640px) {
	.bsuvModule {
		height: 250px;
		text-align: center;
		background-image:url(/content/dam/vwcom/codeInjections/modules/VW336-48-bsuv/images/BSUV-mobile.jpg);
	}
	.bsuvModule .main {
		position: relative;
		height: 100%;
		padding-left: 15px;
	}
	.bsuvModule .content {
		padding: 15px 0;
	}
	.bsuvModule .content .title {
		font-size: 22px;
		padding-right: 15px;
	}
	.bsuvModule .bottom {
		position: absolute;
		bottom: 15px;
		width: calc(100% - 30px);
	}
	.bsuvModule .button {
		width: 100%;
		max-width: 100%;
		font-size: 15px;
    	height: 38px;
    	line-height: 38px;
	}
}