.swiper {
    width: 100%;
    height: 30vw;
    min-width: 200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    height: 40vw;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
		 object-fit: cover;
}

.swiper-wrapper{
	height:100%

}

.swiper-container{
	height:100% !important;
}