.carNet {
	position: relative;
	height:600px;
	overflow: hidden;
	background: #000 url(/content/dam/vwcom/codeInjections/homeHeroes/VM-4313-Car-Net/images/1280_CARNET_HOME_MASTHEAD_STILL_4_CURRENT.jpg) no-repeat center top;

}

.carNet .carNetLogo {
	position: absolute; 
	z-index: 3000; 
	bottom: 47px;
    right: 67px;
    height: 135px;
    width: 440px; 
	color: white;
    text-align: right;
    font-size: 26px;
    font-family: "Semibold", sans-serif;
}

.carNet .carNetCTA {
	 position: absolute;
     bottom: 40px;
     left: 50px; 
	 z-index: 3001; 
	 font-size: 16px;
     line-height: normal;
     padding: 13px 25px 10px;
}

.carNet a.car_net {
	position: absolute;
	right:40px;
	bottom: 40px;
	color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Book';
    background-image: url('http://www.vw.com/etc/clientlibs/vwcom/img/components/masthead/questionMark.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding: 5px 20px 0 0;

}

@media (max-width: 1024px) {
	.carNet .carNetCTA {
	    bottom: 55px;
	}
	.carNet .carNetLogo {
		bottom: 110px;
	}

}