.vmc-simple-slide-wrap {
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}
.vmc-simple-slide {
	width: 200%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0
}
.vmc-simple-slide .vmc-simple-slide-item {
	float: left;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover
}
.vmc-simple-slide .vmc-simple-slide-img {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0
}
.vmc-simple-slide-handle-buttons {
	z-index: 10;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center
}
.vmc-simple-slide-handle-buttons .vmc-simple-slide-handle-button {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	margin: 0 6px;
	cursor: pointer;
	border:1px solid #075feb;
}
.vmc-simple-slide-handle-buttons .active {
	background: #075feb
}
.vmc-simple-slide-page-buttons {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
	display:none!important;	
}
.vmc-simple-slide-page-buttons .vmc-simple-slide-page-button {
	position: absolute;
	height: 120px;
	width: 60px;
	background: transparent no-repeat center center;
	background-size: contain;
	cursor: pointer
}
.vmc-simple-slide-page-buttons .next {
	top: -60px;
	right: 0;
	border-radius: 20px 0 0 20px;
	background-image: url("next.gif")
}
.vmc-simple-slide-page-buttons .prev {
	top: -60px;
	left: 0;
	border-radius: 0 20px 20px 0;
	background-image: url("prev.gif")
}
.vmc-simple-slide-page-buttons .hover {
	background-color: #000;
	filter: alpha(Opacity=40);
	-moz-opacity: .4;
	opacity: .4
}
.vmc-simple-slide-summary-mask {
	z-index: 5;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	background: #000;
	filter: alpha(Opacity=30);
	-moz-opacity: .3;
	opacity: .3
}
.vmc-simple-slide-summary {
	z-index: 6;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	overflow: hidden
}
.vmc-simple-slide-summary .text {
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 400
}
.vmc-simple-slide-summary a {
	color: #fff;
	text-decoration: none
}



body {
margin: 0;
}

.box {
height: 420px;
padding-bottom: 50px;
box-sizing: border-box;	
}

@media screen and (max-width: 992px) {
.box {
	height: 420px;
}
}

@media screen and (max-width: 768px) {
.box {
	height: 350px;
}
}
