@charset "UTF-8";

.swiper {
    width: 100vw;
    height: 55vw;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: contain;
}