
		.contswipingal { width:100%;  height:750px;  }
     

      .mySwiperBig img, .mySwiperSmall img{ 
		display: block;
		  width: 100% !important;
		  height: 100% !important;
		  object-fit: cover;

	  }
      .mySwiperBig {
        height: 78%; 
        width: 100%;
      }

      .mySwiperSmall {
        height: 20%; width:100%; 
        box-sizing: border-box;
        padding: 10px 0 !important; 
      }

      .mySwiperSmall .swiper-slide {
        width: 100%; 
        height: 100%;
        opacity: 0.4;
      }

      .mySwiperSmall .swiper-slide-thumb-active {
        opacity: 1;
      }

      
	  
	  
	  .mySwiperSmall .swiper-slide { overflow:hidden; height:80px;  }
	  .mySwiperSmall .swiper-slide img {
         display: block;
        width: auto; width:100%;
        height: 100%; 
      }
	  
	  .swip_black {
		  width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:2; position:absolute;
	  }
	  
	 