.main-slider {
	max-width: 1920px;
	width: 100vw;
}
.fade-slide-viewer {
	position: relative;
	height: calc(100vw / 3.1);
	width: 100%;
	max-height: calc(1920px / 3.1);
}
.fade-slide-viewer .fade-slide {
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 90px;
}
.fade-slide.active-fade-slide {
	visibility: visible;
	opacity: 1;
}
.main-slider .fade-slide-buttons {
	position: absolute;
	bottom: 100px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 5;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.main-slider .fade-slide-buttons button {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	border: 6px solid transparent;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transition: 0.3s;
}
.main-slider .fade-slide-btn.active-btn {
	border-width: 0px;
}
.slide-wrapper {
	height: 100%;
	flex-grow: 2;
	justify-content: center;
}
.slider-desc {
	position: relative;
	padding: 21px;
	max-width: 290px;
}
.slider-desc h2, .slider-desc p {
	position: relative;
	z-index: 1;
	color: #fff;
}
.slider-desc h2 {
	font-family: BebasNeue;
	font-weight: bold;
	font-size: 3.4em;
	line-height: 1em;
}
.slider-desc:before {
	opacity: 0.8;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.slider-link {
	color: #fff!important;
	background: linear-gradient(to right, #19b329 0%, #5eff51 100%);
	padding: 11px 40px;
	margin-top: 21px;
	text-transform: uppercase;
	font-family: BebasNeue;
	font-size: 1em;
	letter-spacing: 0.5px;
}