
.swiper-slide {              
        background: #fff;
		height:200px;
		margin-top:-10px;
		overflow:hidden;
		

        /* Center slide text vertically 
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		*/
    }
.swiper-slide img{              
		height:120px;
}
.show-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:200px;
}
/* responsive */

@media (max-width: 1990px) {
	

.swiper-container {
        width: 80%;
        height: auto;
		margin-bottom: 15px;
		position:relative;
		top:-40px;
		overflow-x: hidden;
		overflow-y: hidden;
    }

.swiper-slide img{ 
		width:100%;
		height:120px;
}
}
@media (max-width: 1680px) {

.swiper-container {
        width: 80%;
        height: auto;
		margin-bottom: 15px;
		overflow-x: hidden;
		overflow-y: hidden;
}

.swiper-slide img{ 
		width:100%;
		height:120px;
}

}



@media (max-width: 1024px) {
	
.swiper-slide img{              
		height:120px;
}
	
}
@media (min-width: 768px) and (max-width: 1000px) {


.swiper-container {
        width: 80%;
        height: auto;
		margin-bottom:15px;
    }
.swiper-slide img{
		width:100%;
		height:170px;
}
}


@media (min-width: 480px) and (max-width: 768px) {
	
.swiper-container {
        width: 80%;
        height: auto;
		margin-bottom:15px;
		
    }
.swiper-slide img{ 
		width:100%;
		height:170px;
}
}

@media (max-width: 480px) {
	
.swiper-container {
        width: 100%;
        height: auto;
		margin-bottom:20px;
		margin-top:30px;
    }

.swiper-slide img{              
		width:100%;
		height:170px;
		
}
.show-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:300px;
}
}