.feature_slideshow {
	width: 100%;
	position: relative;
}
.feature_slideshow .feature_slide {

}
.feature_slideshow .feature_slide img {
	width: 100%;
	margin: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: auto;
}
.feature_slideshow .feature_slide .feature_title_wrapper {
	width: 100%;
	margin: 0;
	height: 33%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, .5);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.feature_nav {
	display:none;	
}
@media only screen and (min-width: 768px) {
	.feature_slideshow .feature_slide img {
		width: 90%;
		margin: 0 5%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		height: auto;
	}
	.feature_slideshow .feature_slide .feature_title_wrapper {
		width: 90%;
		margin: 0 5%;
		-webkit-border-bottom-right-radius: 50px;
		-webkit-border-bottom-left-radius: 50px;
		-moz-border-radius-bottomright: 50px;
		-moz-border-radius-bottomleft: 50px;
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 50px;
	}
	.feature_nav {
		display: block;
		position: absolute;
		bottom: 0;
		background-color: #7DB6D3;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-repeat:no-repeat;
		background-size:80%;
		background-position:center; 
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#feature_slideshow-prev {
		left: 0;
		background-image:url('img/feature-prev.png');
	}
	#feature_slideshow-next {
		right: 0;
		background-image:url('img/feature-next.png');
	}
}
.feature_slideshow .feature_slide .feature_title {
	text-align: center;
	vertical-align: middle;
	font-family: 'sweetly_brokenregular';
	font-size: 2.7em;
	color: #FFF;
	letter-spacing: 0.1em;
	margin: 0 10%;

}
.feature_slide {
	position: absolute;
	top: 0;
	left: 0;
	display:none;
}