.vmc-container {
	position: relative;
	width: 1140px;
	margin: 0 auto;
	height: 400px;
	padding-top: 80px;
	overflow: hidden;
}

.vmcarousel {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 1000%;
}

.vmcarousel:after {
	content: '';
	display: table;
	clear: both;
}

.vmcarousel>li {
	float: left;
}

.vmcarousel>li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.vmc-centered {
	padding: 10px 0;
	width: 1100px;
}

.vmc-centered img {
	transition: all 0.3s ease;
}


.vmc-viewport {
	width: 1140px !important;
	margin: 0 auto;
}

.vmc-btn-left,
.vmc-btn-right {
	position: absolute;
	top: 40%;
	width: 44px;
	height: 44px;
}

.vmc-btn-left {
	left: 0;
	background: url(../img/btn_left.png);
}

.vmc-btn-right {
	right: 0px;
	background: url(../img/btn_right.png);
}

.vmc-container img[src$=".svg"] {
	width: 100% !important;
	height: auto !important;
	max-height: 100%;
}

.notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}