<style>

    .content {
        line-height: normal !important;
    }

	.viewBtn {
      	color: white !important;
    	background-color: red !important;
	}

    /* mobile */
    @media (max-width: 425px) {

/* banner */
.banner {
    background-size: cover;
    background-image: url(https://irp.cdn-website.com/c09b6056/dms3rep/multi/2024-nissan-frontier.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}

.banner .contentb1 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    padding: 5% 9% 1% 1%;
}

.viewBtn {
    padding: 15px 80px;
    text-align: center;
    font-size: 15px;
    border-color: aliceblue;
}

/* content ### */
.container-fluid-content {
    width: 75%;
}

/* hover effect */
.hoverZoom {
    height: inherit;
    overflow: hidden;
}

.hoverZoom img {
    transition: transform .5s ease;
}

.hoverZoom>.img {
    transition: transform .5s ease;
}

.hoverZoom:hover img {
    transform: scale(1.1);
}

.hoverZoom:hover>.img {
    transform: scale(1.1);
}

/* content */
.content .contenth1 {
    font-size: 40px;
}

.content p {
    font-size: 18px;
}

.content .contenth2 {
    font-size: 58px;
}

.content .contenth3 {
    font-size: 29px;
}

.content .contenth4 {
    font-size: 26px;
}

.award {
    width: 230px;
    height: 160px;
}

.bannerBack {
    background-size: cover;
    background-image: url(https://irp.cdn-website.com/c09b6056/dms3rep/multi/2024-nissan-frontier-hardbody-edition.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 130px;

}

.line-height {
    line-height: 1.1;
}

.padd {
    padding-left: 7%;
}
    }

    @media (min-width: 425px) {

        /* banner */
        .banner {
            background-size: cover;
            background-image: url(https://irp.cdn-website.com/c09b6056/dms3rep/multi/2024-nissan-frontier.webp);
            background-repeat: no-repeat;
            width: 100%;
            height: 200px;
        }

        .banner .contentb1 {
            font-size: 32px;
            font-weight: 700;
            color: rgb(255, 255, 255);
            padding: 5% 9% 1% 1%;
        }

        .viewBtn {
            padding: 15px 120px;
            text-align: center;
            font-size: 15px;
            border-color: aliceblue;
        }

        /* content ### */
        .container-fluid-content {
            width: 75%;
        }

        /* hover effect */
        .hoverZoom {
            height: inherit;
            overflow: hidden;
        }

        .hoverZoom img {
            transition: transform .5s ease;
        }

        .hoverZoom>.img {
            transition: transform .5s ease;
        }

        .hoverZoom:hover img {
            transform: scale(1.1);
        }

        .hoverZoom:hover>.img {
            transform: scale(1.1);
        }

        /* content */
        .content .contenth1 {
            font-size: 40px;
        }

        .content p {
            font-size: 18px;
        }

        .content .contenth2 {
            font-size: 58px;
        }

        .content .contenth3 {
            font-size: 29px;
        }

        .content .contenth4 {
            font-size: 26px;
        }

        .award {
            width: 230px;
            height: 160px;
        }

        .bannerBack {
            background-size: cover;
            background-image: url(https://irp.cdn-website.com/c09b6056/dms3rep/multi/2024-nissan-frontier-hardbody-edition.webp);
            background-repeat: no-repeat;
            width: 100%;
            height: 170px;

        }

        .line-height {
            line-height: 1.1;
        }

        .padd {
            padding-left: 7%;
        }
    }



    /* tablet */
    @media (min-width: 768px) {

        /* banner */
        .banner {
            background-size: cover;
            background-image: url(https://irp.cdn-website.com/c09b6056/dms3rep/multi/2024-nissan-frontier.webp);
            background-repeat: no-repeat;
            width: 100%;
            height: 450px;
        }

        .banner .contentb1 {
            font-size: 36px;
            font-weight: 700;
            color: rgb(255, 255, 255);
            padding: 5% 40% 1% 1%;
        }

        .viewBtn {
            padding: 15px 30px;
            font-size: 15px;
            border-color: aliceblue;
        }

        /* content ### */
        .container-fluid-content {
            width: 75%;
        }

        /* hover effect */
        .hoverZoom {
            height: inherit;
            overflow: hidden;
        }

        .hoverZoom img {
            transition: transform .5s ease;
        }

        .hoverZoom>.img {
            transition: transform .5s ease;
        }

        .hoverZoom:hover img {
            transform: scale(1.1);
        }

        .hoverZoom:hover>.img {
            transform: scale(1.1);
        }

        /* content */
        .content .contenth1 {
            font-size: 48px;
        }

        .content p {
            font-size: 22px;
        }

        .content .contenth2 {
            font-size: 72px;
        }

        .content .contenth3 {
            font-size: 36px;
        }

        .content .contenth4 {
            font-size: 32px;
        }

        .award {
            width: 230px;
            height: 160px;
        }

        .bannerBack {
            background-size: cover;
            background-image: url(https://irp.cdn-website.com/c09b6056/dms3rep/multi/2024-nissan-frontier-hardbody-edition.webp);
            background-repeat: no-repeat;
            width: 100%;
            height: 300px;

        }

        .line-height {
            line-height: 1.1;
        }

        .padd {
            padding-left: 7%;
        }

    }



    /* laptop */
    @media (min-width: 1440px) {

        /* banner */
        .banner {
            background-size: cover;
            background-image: url(https://irp.cdn-website.com/c09b6056/dms3rep/multi/2024-nissan-frontier.webp);
            background-repeat: no-repeat;
            width: 100%;
            height: 900px;
        }

        .banner .contentb1 {
            font-size: 48px;
            font-weight: 700;
            color: rgb(255, 255, 255);
            padding: 5% 9% 1% 1%;
        }

        .viewBtn {
            padding: 15px 20px;
            font-size: 15px;
            border-color: aliceblue;
        }

        /* content ### */
        .container-fluid-content {
            width: 75%;
        }

        /* hover effect */
        .hoverZoom {
            height: inherit;
            overflow: hidden;
        }

        .hoverZoom img {
            transition: transform .5s ease;
        }

        .hoverZoom>.img {
            transition: transform .5s ease;
        }

        .hoverZoom:hover img {
            transform: scale(1.1);
        }

        .hoverZoom:hover>.img {
            transform: scale(1.1);
        }

        /* content */
        .content .contenth1 {
            font-size: 48px;
        }

        .content p {
            font-size: 22px;
        }

        .content .contenth2 {
            font-size: 72px;
        }

        .content .contenth3 {
            font-size: 36px;
        }

        .content .contenth4 {
            font-size: 32px;
        }

        .award {
            width: 230px;
            height: 160px;
        }

        .bannerBack {
            background-size: cover;
            background-image: url(https://irp.cdn-website.com/c09b6056/dms3rep/multi/2024-nissan-frontier-hardbody-edition.webp);
            background-repeat: no-repeat;
            width: 100%;
            height: 600px;

        }

        .line-height {
            line-height: 1.1;
        }

        .padd {
            padding-left: 7%;
        }


    }

    @media (min-width: 2300px) {

/* banner */
.banner {
    background-size: cover;
    background-image: url(https://irp.cdn-website.com/c09b6056/dms3rep/multi/2024-nissan-frontier.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 1200px;
}

.banner .contentb1 {
    font-size: 48px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    padding: 5% 9% 1% 1%;
}

.viewBtn {
    padding: 15px 20px;
    font-size: 15px;
    border-color: aliceblue;
}

/* content ### */
.container-fluid-content {
    width: 75%;
}

/* hover effect */
.hoverZoom {
    height: inherit;
    overflow: hidden;
}

.hoverZoom img {
    transition: transform .5s ease;
}

.hoverZoom>.img {
    transition: transform .5s ease;
}

.hoverZoom:hover img {
    transform: scale(1.1);
}

.hoverZoom:hover>.img {
    transform: scale(1.1);
}

/* content */
.content .contenth1 {
    font-size: 48px;
}

.content p {
    font-size: 22px;
}

.content .contenth2 {
    font-size: 72px;
}

.content .contenth3 {
    font-size: 36px;
}

.content .contenth4 {
    font-size: 32px;
}

.award {
    width: 230px;
    height: 160px;
}

.bannerBack {
    background-size: cover;
    background-image: url(https://irp.cdn-website.com/c09b6056/dms3rep/multi/2024-nissan-frontier-hardbody-edition.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;

}

.line-height {
    line-height: 1.1;
}

.padd {
    padding-left: 7%;
}


}

.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>