<style>


    /* ////////// START IMG-HOVER-ZOOM CSS ///////////////// */

    .img-hover-zoom {
        height: inherit;
        /* [1.1] Set it as per your need */
        overflow: hidden;
        /* [1.2] Hide the overflowing of child elements */
    }

    /* [2] Transition property for smooth transformation of images */

    .img-hover-zoom img {
        transition: transform .5s ease;
    }

    /* [2] Transition property for smooth transformation of images */

    .img-hover-zoom>.img {
        transition: transform .5s ease;
    }

    /* [3] Finally, transforming the image when container gets hovered */

    .img-hover-zoom:hover img {
        transform: scale(1.1);
    }

    /* [3] Finally, transforming the image when container gets hovered */

    .img-hover-zoom:hover>.img {
        transform: scale(1.1);
    }

    /* ////////// END IMG-HOVER-ZOOM CSS ///////////////// */


    .container {
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .container-fluid {
        padding-right: 10px !important;
        padding-left: 10px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .container.con1 {
        width: 80%;
    }

    @media (max-width: 769px) {
        .container.con1 {
            width: 80%;
        }
    }

    .Main-Banner-IMG {
        background-size: cover;
        background-position: center center;
        background-image: url(https://di-uploads-pod10.dealerinspire.com/landroverbrooklyn/uploads/2024/04/A-First-Look-at-Range-Rover-Sports-Newest-Innovations-1.jpg);
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: flex-end;
        height: 650px;
    }

    

    @media(max-width: 768px) {
        .Main-Banner-IMG {
            height: 341px;
        }

    }

    @media(max-width: 425px) {
        .Main-Banner-IMG {
            height: 200px;
            width: 100%;

        }

    }

    .container2-banner {
        display: flex;
        align-items: flex-end;
        width: 100%;
        height: 650px;
        background-color: #0000002e;
    }

    .button1 {

        height: 50px;
        width: 50%;
        background-color: rgb(0, 0, 0) !important;
        color: #eee !important;
        line-height: 34px;
        border: #fff 2px solid;
        transition: .25s;
        font-size: 14px;
    }

    @media(max-width: 768px) {
        .button1 {

            width: 60%;
        }

    }

    @media(max-width: 425px) {
        .button1 {
            padding-top: -3px;
            margin-bottom: 21px;
            width: 80%;
        }

    }



    .button1:hover {
        height: 50px;
        width: 50%;
        background-color: #333333 !important;
        color: rgb(255, 255, 255) !important;
        line-height: 34px;
    }

    @media(max-width: 768px) {
        .button1:hover {
            width: 60%;
        }

    }

    @media(max-width: 425px) {
        .button1:hover {
            width: 80%;
        }

    }

    .button2 {

        height: 50px;
        width: 100% !important;
        background-color: rgb(0, 0, 0) !important;
        color: #eee !important;
        line-height: 34px;
        border: #ebebeb 2px solid;
        transition: .25s;
        font-size: 14px;

    }

    .button2:hover {
        height: 50px;
        width: 100% !important;
        background-color: #000000af !important;
        color: rgb(255, 255, 255) !important;
        line-height: 34px;
    }

    .button3 {

        height: 50px;
        width: 100% !important;
        background-color: rgb(181, 163, 106, 1) !important;
        color: #eee !important;
        line-height: 34px;
        border: #ebebeb 2px solid;
        transition: .25s;
        font-size: 14px;

    }

    .button3:hover {
        height: 50px;
        width: 100% !important;
        background-color: #ffffff !important;
        color: black !important;
        line-height: 34px;
    }

    @media (max-width: 767px) {
        .button3 {
            width: 100% !important;
            margin-bottom: 10px;
            padding-top: 0px;
            padding-bottom: 5px;
        }
    }

    @media (max-width: 500px) {
        .button3 {
            width: 100% !important;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 425px) {
        .button3 {
            width: 100% !important;
            padding-top: 3px;
        }
    }



    .title-48-38 {
        font-size: 48px !important;
        font-weight: 700 !important;
        padding-left: 50px;
    }

    @media(max-width: 1024px) {
        .title-48-38 {
            font-size: 30px !important;
        }
    }

    @media(max-width: 768px) {
        .title-48-38 {
            font-size: 24px !important;
        }
    }

    @media(max-width: 425px) {
        .title-48-38 {
            font-size: 25px !important;
            padding-left: 30px;
        }
    }

    @media(max-width: 320px) {
        .title-48-38 {
            font-size: 20px !important;
        }
    }


    .title-30-24 {
        font-size: 20px !important;
        font-weight: 700 !important;
    }

    @media(max-width: 2560px) {
        .title-30-24 {
            font-size: 24px !important;
        }
    }

    @media(max-width: 1024px) {
        .title-30-24 {
            font-size: 16px !important;
        }
    }

    @media (max-width: 768px) {
        .title-30-24 {
            font-size: 17px !important;
        }
    }

    @media (max-width: 425px) {
        .title-30-24 {
            font-size: 18px !important;
        }
    }

    @media (max-width: 500px) {
        #btn-hover-effects {
            width: 100% !important;
        }
    }


    .spacer {
        height: 480px;
    }

    @media (max-width: 2000px) {
        .spacer {
            height: 410px;
        }
    }

    @media (max-width: 1440px) {
        .spacer {
            height: 350px;
        }
    }

    @media (max-width: 1024px) {
        .spacer {
            height: 400px;
        }
    }

    @media (max-width: 768px) {
        .spacer {
            height: 140px;
        }
    }

    @media (max-width: 500px) {
        .spacer {
            height: 5px;
        }
    }

    @media (max-width: 578px) {
        .spacer {
            height: 5px;
        }
    }

    @media (max-width: 320px) {
        .spacer {
            height: 15px;
        }
    }

    .title-36-29 {
        font-size: 36px !important;
        font-weight: 600 !important;
    }

    @media (max-width: 1024px) {
        .title-36-29 {
            font-size: 28px !important;

        }
    }

    @media (max-width: 768px) {
        .title-36-29 {
            font-size: 22px !important;

        }
    }

    .paragraph {
        font-size: 20px !important;

    }

    @media (max-width: 2560px) {
        .paragraph {
            font-size: 24px !important;
        }
    }

    @media (max-width: 1440px) {
        .paragraph {
            font-size: 18px !important;
        }
    }

    @media (max-width: 1024px) {
        .paragraph {
            font-size: 16px !important;
        }
    }

    @media (max-width: 768px) {
        .paragraph {
            font-size: 14px !important;
        }
    }

    @media (max-width: 425px) {
        .paragraph {
            font-size: 14px !important;
        }
    }

    @media (max-width: 1600px) {
        #IMG_BOT_RES {
            padding-top: 142px;
        }
    }

    @media (max-width: 1079px) {
        #IMG_BOT_RES {
            padding-top: 187px;
        }
    }

    @media (max-width: 767px) {
        #IMG_BOT_RES {
            padding-top: 187px;

        }
    }

    .picture {

        object-fit: cover;
        width: 100%;
        height: 500px;
    }

    @media (max-width: 1024px) {
        .picture {
            height: 370px;
            object-fit: cover;
        }
    }

    @media (max-width: 768px) {
        .picture {
            height: 300px;
            object-fit: cover;
        }
    }

    @media (max-width: 425px) {
        .picture {
            height: 200px;
            object-fit: cover;
        }
    }



    #IMG_BOT_RES {
        height: 600px;
    }

    @media (max-width: 2560px) {
        #IMG_BOT_RES {
            height: 600px;
            object-fit: cover;
            padding-bottom: 80px;
            padding-top: 1px;
        }
    }

    @media (max-width: 1440px) {
        #IMG_BOT_RES {
            height: 475px;
            object-fit: cover;
            padding-bottom: 80px;
            padding-top: 1px;
        }
    }

    @media (max-width: 1024px) {
        #IMG_BOT_RES {
            height: 360px;
            object-fit: cover;
            padding-bottom: 80px;
            padding-top: 1px;
        }
    }

    @media (max-width: 768px) {
        #IMG_BOT_RES {
            height: 300px;
            object-fit: cover;
            padding-bottom: 80px;
            padding-top: 1px;
        }
    }

    @media (max-width: 425px) {
        #IMG_BOT_RES {
            height: 322px;
            object-fit: cover;
            padding-bottom: 80px;
            padding-top: 1px;
        }
    }

    @media (max-width: 375px) {
        #IMG_BOT_RES {
            height: 322px;
            object-fit: cover;
            padding-bottom: 80px;
            padding-top: 4px;
        }
    }

    @media (max-width: 375px) {
        #IMG_BOT_RES {
            height: 257px;
            object-fit: cover;
            padding-bottom: 80px;
            padding-top: 4px;
        }
    }

    .pic {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }

    .models {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    @media (max-width: 768px) {
        .models {
            height: auto;
        }
    }

    @media (max-width: 1024px) {
        .pic {
            height: 250px;
        }
    }

    @media (max-width: 768px) {
        .pic {
            height: 200px;
        }
    }

    @media (max-width: 320px) {
        .pic {
            height: 150px;
        }
    }

    .blines {
        border-inline: 1px solid;
    }

    @media (max-width: 425px) {
        .blines{
            border-inline: none;
        }
    }

    .line-between {
        border-right: 1px solid black;

    }

    @media (max-width: 768px) {
        .line-between {
            border-right: none;
        }
    }

    .video-container-yt {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container-yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5% 12.5% 5% 12.5%;
}
</style>