/* Mobile slider image fix to show full width without cropping */
@media (max-width: 767.98px) {
    .hero-swiper .swiper-slide img {
        height: 143px;
        object-fit: contain !important;
        width: 100%;
    }
    
    /* Hide pagination dots on mobile */
    .hero-swiper .swiper-pagination {
        display: none !important;
    }
} 