.banner-slider {
    position: relative;
    width: 100%;
    max-height: 500px; /* Adjust as needed for desktop */
    overflow: hidden;
}

.banner-slider img {
    width: 100%;
    height: auto;
    object-fit: contain;  /* Ensures full image is visible */
    display: block;
    margin: 0 auto;
}
