/*
.sm-slider,
.sm-slider:after {
	margin: 0;
	padding: 0;
	list-style: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	overflow: hidden;
}
.sm-slider:after { 
	content: '';
	background: transparent url({0}) repeat top left;z-index: 0;
}
.sm-slider li span { 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation {1}s linear infinite 0s; 
}
.sm-slider li div { 
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	animation: titleAnimation {1}s linear infinite 0s; 
}
*/
.sm-slider {
}
/*
@media screen and (max-width: 991px) {
	.sm-slider {
		height:54%;
	}
}
*/
.sm-slider li div h3 {
/*
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
*/	
	font-size: 160px;
	padding: 0 30px;
	line-height: 120px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	margin-bottom: 0.3em;
}

.sm-slider, .sm-slider::after {
	height: 62%;
}
@media screen and (max-height: 675px) {
	.sm-slider, .sm-slider::after {
		height: 100%;
	}
}
