.fusion-flex-container .fusion-row .fusion-flex-column.carousel{
	display: initial;
	overflow: hidden;
}

.carousel .swiper-slide{
	transition: all 0.3s ease-in-out;
}

.carousel .swiper-slide-active{
	z-index: 2 !important;
	margin:  0 -50px !important;
	transition: margin 0.3s ease-in-out;
}

.carousel .carousel-wrapper{
    overflow: hidden;
    width: 115%;
    margin: 0 auto;
}

/* show/hide team */
.team-hide{
	max-height: 0 !important;
	overflow: hidden;
	transition: all 1s ease-in-out;
}

.team-hide.active{
	max-height: 5000px !important;
}
