#swiper-container1{

    width:326px;
    
    height: 245px;
    
    }
    
    #swiper-slide1{
      
      width:326px;
    
      height: 245px;
      
    
    }
#swipe-wrapper1{
    left:326px;
}
#swiper-slide1 img{
    
        width: 100%;
    
        height: 100%;
    
    }
#swiper-pagination1 {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#swiper-pagination-switch1 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
#swiper-active-switch1 {
  background: #fff;
}