.swiper-container {
	color: #fff;
	text-align: center;
	background-color: #e1e1e1;
	height: auto;
}

.swiper-wrapper {
	height: auto !important;
}

.swiper-slide {
	height: 100% !important;
}

.swiper-container .swiper-pagination {
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: 10px;
	border: none;
	margin: 0;
	padding: 0;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}
.swiper-active-switch {
	background: #fff;
}
.info {
	background-color: #e1e1e1;
	height: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.info p {
	color: black;
	height: auto;
}

.swiper-img{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: auto;
}

.swiper-slide img {
	width: auto;
	height: auto;
}


@media only screen and (max-width: 767px) {
	.swiper-container {
		width: 443px;
	}
	.swiper-slide {
		width: 443px;
	}

	.info {
		width: 443px;
	}

	.info p {
		width: 423px;
	}

	.swiper-img{
		max-height: 443px !important;
		width: 443px !important;
	}

	.swiper-slide img {
		max-height: 443px !important;
		max-width: 443px !important;
	}

}


@media only screen and (max-width: 479px) {
	.swiper-container {
		width: 280px;
	}
	.swiper-slide {
		width: 280px;
	}

	.info {
		width: 280px;
	}

	.info p {
		width: 260px;
	}

	.swiper-img{
		max-height: 280px !important;
		width: 280px !important;
	}

	.swiper-slide img {
		max-height: 280px !important;
		max-width: 280px !important;
	}

}