.single-jzla5p_srp #Wrapper #Content .content_wrapper,
.single-jzla5p_oemspecials #Wrapper #Content .content_wrapper {
    max-width: none;
}

.featherlight-iframe .featherlight-content {

    border:12px solid #ccc;
    border-radius: 12px;

}

/* forms start out hidden */
.a5-eprice-form,
.a5-redeem-incentive-form,
.a5-redeem-offer-form,
.a5-cvdp-inline-form {
    display: none;
}

.a5-eprice-form,
.a5-redeem-incentive-form,
.a5-redeem-offer-form {

    max-width:675px;
    width: 100%;
    min-height:200px;
    padding: 15px;

}

.a5-eprice-form,
.a5-redeem-incentive-form,
.a5-redeem-offer-form,
.a5-eprice-form *,
.a5-redeem-incentive-form *,
.a5-redeem-offer-form * {
    box-sizing: border-box;
}

.single-jzla5p_srp .jzl-mobile-header {
    display: none;
}

.a5-eprice-form .eprice-form-top-part {

}

.a5-eprice-form .eprice-form-bottom-part {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;

    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.show-vehicle-desktop-only.vehicle-area {
    display: none;
}

.a5-eprice-form .vehicle-area {
    padding: 10px;
}

.a5-eprice-form .vehicle-area .data-area .current-vehicle-name{
    font-weight: bold;
    font-size: 16px;
}

.a5-eprice-form .form-area {
    padding: 10px;
}
.a5-eprice-form .photo-area {
    border: 5px solid white;
    position: relative;
}

.a5-eprice-form .photo-area.force16x9 {
    height: 0;
    overflow: hidden;
    padding-bottom: calc(100% * .55) !important;
}

.a5-eprice-form .photo-area img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.a5-eprice-form .photo-area.force16x9 img {
    position: absolute;
}

.a5-eprice-form .vehicle-area .data-area {
    font-size: 0.8em;
}

.a5-eprice-form .vehicle-area .data-area .label {
    font-weight: bold;
}

.featherlight:before {
    content: none;
}

.featherlight-iframe .featherlight-content {
    border: 0;
    border-radius: 0;
    margin: 0;
}

.featherlight .featherlight-close-icon {
    width: 44px;
    line-height: 44px;
    font-size: 32px;
}

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

    .a5-eprice-form .eprice-form-bottom-part {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .show-vehicle-desktop-only.vehicle-area {
        display: block;
    }
    .a5-eprice-form .vehicle-area {
        width: 40%;
    }
    .a5-eprice-form .form-area {
        width: 60%;

        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

    .featherlight:before {
        content: '';
    }

    .featherlight-iframe .featherlight-content {
        border: 12px solid #ccc;
        border-radius: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .featherlight .featherlight-close-icon {
        width: 25px;
        line-height: 25px;
        font-size: 100%;
    }

}

@media (orientation: landscape ) {

    /*
       these two styles hide the rocket header and footer on browsers that do not support the fullscreen
       api, most importantly iOS safari
     */
    body.jazel-vdp-image-gallery-is-fullscreen.jazel-vdp-image-gallery-method-modal #rocket-ux-bars {
        z-index: -1;
    }
    body.jazel-vdp-image-gallery-is-fullscreen.jazel-vdp-image-gallery-method-modal #rocket-ux-footer {
        z-index: -1;
    }

    /* This hides any third party iframe based dom elements below the fullscreen image gallery */
    body.jazel-vdp-image-gallery-is-fullscreen.jazel-vdp-image-gallery-method-modal iframe {
        z-index: -1 !important;
        display: none !important;
    }

    /* Chatnow doesn't use iframes.  So it has to be handled seperately */
    body.jazel-vdp-image-gallery-is-fullscreen.jazel-vdp-image-gallery-method-modal .cn-www-widget {
        display: none;
    }
}
