 .needpopup{width:900px; margin-left:-450px; padding:0}
 
     @media screen and (max-width:901px) {
	 .needpopup{ max-width:94%; left:3%; margin-left:0}
    }
 
    .swiper-slide {
      text-align: center;
     
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
	  height:450px;  
	  width:100%;
    }

    .swiper-slide img {
      display: block;
       max-width:100%; 
      height: 100%;
      object-fit: cover;
    }
 

	.swiper { width: 100%;  margin-left: auto;  margin-right: auto; }
	.swiper-slide { background-size: cover; background-position: center; }
	.mySwiper2 { height: 80%; width: 100%;  }
	.mySwiper { height: 20%;  box-sizing: border-box; }
	.mySwiper .swiper-slide { width: 20%;  height: 100px; box-sizing:border-box;  opacity: 0.4; 
	}
	.mySwiper .swiper-slide-thumb-active { opacity: 1; }
	.swiper-slide img { display: block; height: 100%;  object-fit: cover; }

	.swiper-button-next:after, .swiper-button-prev:after {font-size:0}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {left:20px;  }
	.swiper-button-next, .swiper-rtl .swiper-button-prev {right:20px; }
