.mySwiper2 {
    height: 100%;
    width: 100%;
}

.swiper.mySwiper2 {
    width: 100%;
    height: 100%;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*height: calc((100% - 30px) / 2) !important;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    /*margin-top: 220px;*/
}

.swiper-slide {
    width: 25%;
    height: 100%;
}

@media screen and (max-width: 990px) {
    /*.class-swiper-slide {width: 33%!important;}*/
}

@media screen and (max-width: 500px) {
    /*.main-swiper-slide {width: 49%!important;}*/
}