.webliSwiper{
	position: relative;
	z-index: 1;
}

.webliSwiperContent{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
}

.swiperContent{
	flex-grow: 1;
}

.webliSwiperContent .swiper{
	height: 100%;
}

.swiperWrapper{
	flex-grow: 1;
}

.-swiper-arrows{
	z-index: 200;
}

.swiperSlideWrap {
	overflow: hidden;
}
		

