﻿.banner-img-new {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 4;
    background-size: 100% 100% !important;
    background-position: top center !important;
    background-repeat: no-repeat;
}

/* Large screens */
@media only screen and (min-width: 1921px) {
    .banner-img-new {
        aspect-ratio: 24 / 6;
    }
}

/* Desktop */
@media only screen and (min-width: 1025px) and (max-width: 1920px) {
    .banner-img-new {
        aspect-ratio: 24 / 6;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-img-new {
        aspect-ratio: 16 / 5;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .banner-img-new {
        aspect-ratio: 16 / 7;
    }
}

/* Find vehicle section */
.find_vehicel {
    margin-top: 0 !important;
}

/* Clickable banner */
#carousel-example-generic .banner-img-new {
    cursor: pointer;
}
