.banner {
    position: relative;
    margin-top: 160px;
}
.banner-body {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-body h1 {
    letter-spacing: 7px;
    line-height: 5rem;
    color: var(--secondary-color);
    margin-bottom: 30px;
}
.banner-body-text {
    font-size: 1.125rem;
    color: #F0F0F0;
    max-width: 430px;
    margin-bottom: 30px;
    font-weight: 700;
}
.banner-body .b2-link {
    margin-right: 20px;
}
img.banner-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 850px;
    object-fit: cover;
    object-position: center;
}
@media only screen and (max-width: 1400px) { /* check 1281 */
    img.banner-image {
        height: 700px;
    }
}

@media only screen and (max-width: 1280px) { 
    .banner {
        margin-top: 0;
    }
    img.banner-image {
        height: 600px;
    }
    .banner-body-text {
        font-size: 1rem;
    }
    .banner-body h1 {
        line-height: 4rem;
    }
}
@media only screen and (max-width: 991px) { 
    /* Wonderland RV Page */
    .page-id-270 img.banner-image {
        object-position: 70%;
    }
    .page-id-270 .banner-body h1 {
        text-shadow: 4px 2px black;
    }
    /* Weigh to go page */
    .page-id-222 img.banner-image {
        object-position: 75%;
    }
    .page-id-222 .banner-body h1,
    .page-id-222 .banner-body .b2-eyebrow {
        text-shadow: 4px 2px black;
    }
    /* NJ Star page */
    .page-id-269 img.banner-image {
        object-position: 65%;
    }
    /* Finance page */
    .page-id-223 img.banner-image {
        object-position: 90%;
    }
    .page-id-223 .banner-body h1,
    .page-id-223 .banner-body .b2-eyebrow {
        text-shadow: 4px 2px black;
    }
    /* Consignment page */
    .page-id-224 img.banner-image {
        object-position: 85%;
    }
    .page-id-224 .banner-body h1,
    .page-id-224 .banner-body .b2-eyebrow {
        text-shadow: 4px 2px black;
    }
    /* Parts and Servicing page */
    .page-id-225 img.banner-image {
        object-position: 90%;
    }
    .page-id-225 .banner-body h1,
    .page-id-225 .banner-body .b2-eyebrow {
        text-shadow: 4px 2px black;
    }
}
@media only screen and (max-width: 768px) {
    .banner-body h1 {
        line-height: 2.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .banner-body .b2-link + .b2-link {
        margin-top: 20px;
    }
}


