/* desktop */
.duneDenimWrapper {
    background: #212426;
}
.duneDenimMasthead {
    background: url('/content/dam/vwcom/modelImages/beetle/2016-beetle-special-editions/home-masthead.jpg') 50% 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: #fff;
    height: 700px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 380px;
    width: 1024px;
}
.duneDenimCtaWrapper {
    margin: 0 auto 40px;
    overflow: auto;
}
.duneDenimCtaContainer {
    float: left;
}
.duneDenimCta {
    max-width: 230px;
    padding: 0 10px;
}
.duneDenimTextBlock {
    margin: 0 auto;
    text-align: center;
}
.duneDenimTextBlock h3 {
    font-size: 40px;
    margin-bottom: 25px;
}
.duneDenimTextBlock p {
    line-height: 1.375;
}

/* tablet */
@media only screen and (max-width: 1023px) {
    .duneDenimMasthead {
        height: 540px;
        padding-top: 290px;
        width: 768px;
    }
    .duneDenimCtaWrapper {
        margin-bottom: 20px;
    }
    .duneDenimTextBlock h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

/* mobile */
body.mobile .duneDenimMasthead * {
    box-sizing: border-box;
}
body.mobile .duneDenimMasthead {
    background: url('/content/dam/vwcom/modelImages/beetle/2016-beetle-special-editions/home-masthead-m.jpg') 50% 0 no-repeat;
    background-size: 320px auto;
    height: auto;
    padding-top: 180px;
    width: 100%;
}
body.mobile .duneDenimCtaContainer {
    margin-bottom: 0px;
    max-width: 50%;
}
body.mobile .duneDenimCtaWrapper {
    margin-bottom: 20px;
    max-width: 100%;
}
body.mobile .duneDenimCta {
    font-size: 15px;
    margin: 0 auto;
    max-width: 132px;
}
body.mobile .duneDenimTextBlock {
    padding: 0 30px 20px;
    max-width: 100%;
}
body.mobile .duneDenimTextBlock h3 {
    font-size: 18px;
    margin: 0 auto 10px;
    max-width: 100%;
}
body.mobile .duneDenimTextBlock h3 span {
    display: block;
}
body.mobile .duneDenimTextBlock p {
    font-size: 15px;
}
body.mobile .duneDenimDesktop {
    display: none;
}