.swiper-wrapper {
	flex-flow: row wrap;
	justify-content: left;
	padding: 0;
	margin-bottom: 10px;
	height: auto;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
.swiper-slide {
	max-width: 33%;
	text-align: center;
}
.exc_pro, .exc_pro1 {
	position: relative;
	overflow: hidden;
}
.read-more, .read-more1 {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 15px 0;
	background: #fff;
	z-index: 1;
}

.picpro {
	border: 1px solid lightgray;
	box-shadow: 1px 1px 5px lightgrey;
	margin: 5px;
	max-width: 90%;
}

.camera-left {
	width: 90%;
	text-align: left!important;
	font-size: 12px;
	margin: auto;
	text-decoration: none;
	line-height: 18px;
}

@media (max-width: 576px){
	.swiper-container {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 15px;
	}
	.swiper-slide {
		background: #fff;
		display: block;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		box-shadow: 2px 3px 4px #ccc;
		max-width: unset;
		text-align: center;
		height: unset;
	}
	.swiper-bt {
		margin-bottom: 5px;
	}
	.swiper-wrapper {
		flex-flow: unset;
		justify-content: unset;
	}
	.ex-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.exc_pro, .exc_pro1{padding-bottom: 0px;}
	.swiper-button-next, .swiper-button-prev {
		position: unset;
		width: 2%;
		padding: 60px calc(100%/80*1.5);
		height: unset;
		margin-top: 0;
		display: flex!important;
		background: #00000075;
		top: 25%;
	}
	.swiper2 {
		width: 85%;
		padding-bottom: 0px;
	}
	.read-more{display: none;}
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
	}
}