.sf_projecten_slider{
	cursor: pointer;
}
.sf_projecten_slider_slide{
	position: relative;
	overflow: hidden;
}
.sf_projecten_slider_content{
	position: absolute;
	bottom: 32px;
	left: 32px;
}
.sf_projecten_slider_title{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	display: block;
}
.sf_projecten_slider_category{
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #FFFFFF;
}
@media only screen and (max-width:768px) {
	.sf_projecten_slider .owl-stage{
		padding-left: 0px !important;
	}
	.sf_projecten_slider_title{
		display: none!important;
	}
}


