#featured {
	width: 100%;
	height: 50vh;	
	margin: 0 auto 15px auto;
	padding: 0;
	display: block;
	background: #efefef;
}

#featured .swiper {
	width: 100%;
	height: 100%;
}

#featured .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}	

#featured .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 80px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;	
	color: #fff;
	background-image: none;
	transition: all .3s ease;
	background: rgba(0,0,0,.25);
	cursor: pointer;
	position: relative;
}

#featured .swiper-slide a:hover {
	background: rgba(0,0,0,.4);
}

#featured h1 {
	font-size: 1.6rem;	
	margin: 0 0 8px 0;	
	color: #fff;
}

#featured h2 {
	font-size: 1.6rem;	
	margin: 0;	
	color: #fff;
}

#featured h3 {
	font-size: 1.2rem;	
	color: #fff;
	margin: 0 0 20px 0;
	letter-spacing: 1px	
}

#featured .buslider {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
	font-size: 0.6rem;
	opacity: 0.8;
	line-height: 110%;
	color: #fff;
	text-align: right;
}

#featured .swiper-pagination-bullet {
	background: #fff;
	width: 12px;
	height: 12px;
}

#featured .swiper-button-next,
#featured .swiper-button-prev {
	color: #fff;
	opacity: 0;
	height: 30px;
}

@media only screen and (min-width: 769px) {	

	#featured {	
		margin: 0 auto 24px auto;
		height: 70vh;	
	}

	#featured .swiper-button-next,
	#featured .swiper-button-prev {
		opacity: 1;
	}

}	
