/* MOBILE SLIDER - 1 */

.swiper12 {
    width: 100%;
    height: 86%;
}

.swiper12 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 463px;
    height: 408px;
}

.swiper12 .swiper-slide img {
    display: block;
    object-fit: cover;
}

/* MOBILE SLIDER - 2 */

.swiper13 {
    width: 100%;
    height: 86%;
}

.swiper13 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 463px;
    height: 200px;
}

.swiper13 .swiper-slide img {
    display: block;
    object-fit: cover;
}