.jetta {
	background-image:url(/content/dam/vwcom/codeInjections/modules/VM-5527-Jetta/images/1024_JETTA_FAMILY_PANEL_5_RETINA.jpg);
	overflow: hidden;
	background-repeat:no-repeat;
	z-index: 1;
	position: relative;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-top: 50%;
	background-color: #FEFEFE;
}

.jettaTitle {
	font-weight: bold;
	position: relative;
	z-index: 9999;
}

.jettaButton {
	margin: 0 auto;
	line-height: 48px;
}

.jettaCopy {
	margin-top: -254px;
}

@media only screen and (max-width: 1920px) {
	.jettaTitle {
		font-size: 34px;
		text-align: center;
	}

	.jettaDescription {
		width: 664px;
		font-size: 17px;
		line-height: 26px;
		margin: 0 auto;
		margin-top: 16px;
		text-align: center;
	}

	.jettaButtonContainer {
		width: 100%;
	}

	.jettaButton {
		margin-top: 16px;
		max-width: 245px !important;
		max-height: 48px;
	}

	.jettaButton > p {
		margin-left: 2px;
	}
}


@media only screen and (min-width: 1921px) {
	.jettaTitle {
		font-size: 34px;
		text-align: center;
	}

	.jettaDescription {
		width: 664px;
		font-size: 17px;
		line-height: 26px;
		margin: 0 auto;
		margin-top: 16px;
		text-align: center;
	}

	.jettaButtonContainer {
		width: 100%;
	}

	.jettaButton {
		margin-top: 16px;
		max-width: 245px !important;
		max-height: 48px;
	}

	.jettaButton > p {
		margin-left: 2px;
	}
}

@media only screen and (max-width: 1440px) {
	.jettaCopy {
		margin-top: -233px;
	}

	.jettaButton {
		margin-top: 15px;
	}

	.jettaTitle {
		font-size: 28px;
		margin-top: 10px;
	}

	.jettaDescription {
		font-size: 15px;
		margin-top: 6px;
	}
}


@media only screen and (max-width: 1280px) {

	.jettaCopy {
		margin-top: -208px;
	}

	.jettaTitle {
		margin-top: 0;
	}

	.jettaButton {
		max-width: 232px !important;
		max-height: 48px;
		margin-top: 14px;
	}
}

@media only screen and (max-width: 1024px) {

	.jetta {
    	background-position: center -15px;
	}

	.jettaCopy {
		margin-top: -277px;
	}

	.jettaTitle {
		font-size: 24px;
		margin-top: 87px;
	}

	.jettaDescription {
		font-size: 16px;
		margin-top: 2px;
	}

	.jettaButton {
		max-width: 221px !important;
		max-height: 47px;
		font-size: 17px;
		margin-top: 14px;
	}
}

@media only screen and (max-width: 960px) {
	.jetta {
    	background-position: center -36px;
    	background-size: 124%;
	}

}

/* --- tablet ----- */

@media only screen and (max-width: 768px) {
	.jetta {
		background-image: url(/content/dam/vwcom/codeInjections/modules/VM-5527-Jetta/images/768_JETTA_FAMILY_PANEL_4_RETINA.png);
		height: 276px;
		background-position: -120px center;
	}

	.jettaCopy {
		margin-top: 0;
	}

	.jettaTitle {
		font-size: 30px;
		margin-top: 0;
	}

	.jettaDescription {
		width: 582px;
		font-size: 16px;
	}

	.jettaButton {
		margin-top: 28px;
	}
}

/*mobile*/

.jettaMobile {
	background-image: url(/content/dam/vwcom/codeInjections/modules/VM-5527-Jetta/images/640_JETTA_FAMILY_PANEL_4_RETINA.jpg);
	overflow: hidden;
	background-repeat:no-repeat;
	z-index: 1;
	position: relative;
	background-position: center top;
	background-size: 319px 324px;
	height: 342px;
}

body.mobile.portrait .jettaMobile {
	height: initial;
    padding-bottom: 45px;
    background-color: white;
}

body.mobile .jettaCopy {
	margin-top: 172px;
	font-family: 'Black', Helvetica, Arial, 'sans-serif';
}

body.mobile .jettaTitle {
	font-size: 23px;
	width: 260px;
	margin-left: 30px;
	line-height: 22px;
	padding-top: 20px;
}

body.mobile .jettaButton {
	max-width: 225px !important;
	margin-top: 18px;
}

body.mobile.landscape .jettaCopy {
	margin-top: 203px !important;
}

body.mobile.landscape .jettaTitle {
	width: 100%;
	margin-left: 0;
	padding:0 0 10px 0;
}

body.mobile.landscape .jettaMobile {
	background-size: cover;
    background-position: center center;
}

