.mega-slider {
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.mega-slider__stage {
	width: 100%;
	height: 360px;
	position: relative;
	background: #000;
}

.mega-slider__slide {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}

.mega-slider__slide__label {
	display: block;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	margin: 0;
	padding: 10px 15px;
	position: absolute;
	bottom: -50px;
	width: 100%;
	box-sizing: border-box;
}

.mega-slider__slide__title {
	font-size: 20px;