.swiper-container--carousel{
    margin:30px 0;
}
.swiper-container--carousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f9f9f9;
    width: 25%;
    background-position: center center;
    background-size: cover;
}

.swiper-container--carousel .swiper-slide .lg-thumbnail{
    display: none;
    width: 0;
    height: 0;
    visibility: 0;
    opacity: 0;
}

.lg-outer .lg-thumb-item{
    border-radius:0!important;
}

@media (max-width:1680px){
    .swiper-container--carousel .swiper-slide{
        width:33%;
    }
}
@media (max-width:1439px){
    .swiper-container--carousel .swiper-slide{
        width:50%;
    }
}
@media (max-width:991px){
    .swiper-container--carousel .swiper-slide{
        width:75%;
    }
}
@media (max-width:480px){
    .swiper-container--carousel .swiper-slide{
        width:90%;
    }
}

.swiper-container--carousel-wrapper .swiper-pagination{
	position: relative;
	text-align: center;
    margin-bottom:30px;
}
.swiper-container--carousel-wrapper .swiper-pagination .swiper-pagination-bullet{
	margin: 0 10px;
}
 .swiper-container--carousel-wrapper .swiper-pagination .swiper-pagination-bullet-active{
	background: #000;
}