@media screen and (min-width:2200px) {
	
	.teamSwiper {
		
	padding-bottom : 200px;	
		
	}
	
	
	.teamSwiper .swiper-slide .team-card-info {
		
	bottom : -30%;		
		
	}
	
	.teamSwiper .swiper-slide:hover .team-card-info {
		
	bottom : -20%;	
		
	}
	
}