.container {
  max-width: initial;
     min-width: 1024px;
}
.swiper-container {
  height:calc(100vh - 100px);

}
.swiper-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-txt img{
width: 500px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
