.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    background-color: rgb(248, 248, 248);
    width: 100%;
    height: 30rem;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: auto;
    height: 6rem;
    margin: 0 auto;
}

.mySwiper2 .swiper-slide img {
    display: block;
    width: auto;
    height: 28rem;
    margin: 0 auto;
}