/* Custom banner styles */
.swiper-viewport {
    margin: 0 0 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-viewport .swiper-container {
    width: 100%;
    height: auto;
}

.home-slideshow .swiper-slide img,
#slideshow0 .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 680px;
    aspect-ratio: 1920/680;
}


@media (max-width: 1440px) {
    .swiper-viewport {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .home-slideshow .swiper-slide img,
    #slideshow0 .swiper-slide img {
        max-height: 488px; /* 75% of adjusted height */
    }
}

@media (max-width: 767px) {
    .home-slideshow .swiper-slide img,
    #slideshow0 .swiper-slide img {
        max-height: 325px; /* 50% of adjusted height */
    }
}

@media (max-width: 480px) {
    .home-slideshow .swiper-slide img,
    #slideshow0 .swiper-slide img {
        max-height: 244px; /* 37.5% of adjusted height */
    }
} 