.container{
    display: flex;
    width: 48vw;
/*	background: #222;*/
    height: auto;
    position: static;
    overflow: hidden;
	z-index: -1;
	align-items: center;
	justify-content: center;
}
/*
.swiper{
	width: 80%;
	height: auto;
	display: flex;
	
}
.swiper-slide img{
	width:100%;
	height:100%;
	 object-fit: cover;
	
}
*/

.swiper{
	    width: 100%;
    height: 100%;
    display: flex;
}
.swiper-wrapper{
	    width: 100%;
    height: 100%;
    display: flex;
}
.swiper-slide{
	    width: 100%;
    height: 100%;
    display: flex;
}
.swiper-slide >img {
	    width: 100%;
    height: auto;
    transition: .3s ease;
    object-fit: cover;
}


/*
original
.container{
    z-index: 10;
    display: flex;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.swiper{
	width: 80%;
	height: auto;
	
}
.swiper-slide img{
	width:100%;
	height:100%;
	
}
*/
@media (max-width: 1200px) {
  .container {
    width: auto;
	  height: auto;
  }
}
