@charset "utf-8";

.swiper {
    width: 100%;
    padding: 0;
}

.swiper-slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.7);
    opacity: 0.6;
}

.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}

.swiper-slide img {
    width: 100%;
}
