.swiper-container {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 36px;
}
.swiper-container img {
	max-height:100%;
	max-width:100%;
	width:auto;
	height:auto;
}
.swiper-container-horizontal > .swiper-pagination-ejsoon {
	top: 7px;
	bottom: initial;
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 80%;
	left: 10%;
}
.swiper-button-prev,
.swiper-button-next {
	z-index: 1999;
}
.swiper-pagination-bullet {
	opacity: .7;
	z-index: 2999;
	font-size: 15px;
	line-height: 20px;
	color: white;
	width: 20px;
	height: 20px;
}
