.driverAssistance {
    width: 100%;
    height: 600px;
    background: #e3ebec url('/content/dam/vwcom/codeInjections/modules/VWMY16-1518-Driver-Assistance/images/1024_DRIVER_ASSISTANCE_HOMEPAGE_r3.jpg') bottom center no-repeat;
    background-size: 1600px;
    text-align: center;
    font: 32px 'Book';
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 42px 0;
    padding-top: 50px;
}

.driverAssistance .container {
    height: 100%;
    position: relative;
}
.driverAssistance h2 {
    font-size: 41px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 47px;
    letter-spacing: -1px;
}

.driverAssistance h3 {
    text-transform: uppercase;
    font: 18px 'Book';
    margin-bottom: 20px;
}

.driverAssistance h2 .noWrap { 
    white-space: nowrap;
}

.driverAssistance p {
    width: 100%;
    margin: 0 auto;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
}
.driverAssistance p a {
    color: #fff;
    text-decoration: underline;
}

.driverAssistance .disclaimer {
    color: #505050;
    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 0px 0px;
    position: absolute;
    bottom: 0;
    right: 0;
}


@media (max-width: 768px) { 
    .driverAssistance {
        background: #e3ebec url('/content/dam/vwcom/codeInjections/modules/VWMY16-1518-Driver-Assistance/images/768_DRIVER_ASSISTANCE_HOMEPAGE_r3.jpg') bottom center no-repeat;
        background-size: 768px;
    }
}

.mobile .driverAssistance {
    background: #fff url('/content/dam/vwcom/codeInjections/modules/VWMY16-1518-Driver-Assistance/images/640_MOBILE_DRIVERS_ASSISTANCE_HP_MODULE_v2.jpg') no-repeat;
    background-position: 0 38%;
    background-size: 100%;
    height: auto;
    padding: 25px 0;
}

.mobile .driverAssistance h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 150px;
}
.mobile .driverAssistance h3 {
    font-size: 13px;
    margin-bottom: 10px;
}
.mobile .driverAssistance p { 
    font-size: 15px;
    line-height: 18px;
}

@media (orientation: landscape) {
    .mobile .driverAssistance {
        background: #fff url('/content/dam/vwcom/codeInjections/modules/VWMY16-1518-Driver-Assistance/images/640_MOBILE_DRIVERS_ASSISTANCE_HP_MODULE_v2.jpg') no-repeat;
        background-position: 0 45%;
        background-size: 100%;
    }

    .mobile .driverAssistance h2 {
        font-size: 20px;
        margin-bottom: 220px;
    }
}