.content_met_sale{
	padding-bottom: 80px;
	margin-top: 0 !important;
	margin-bottom: -100px !important;
}

.content_met_sale .row{
	margin: 0 -50px;
}

.content_met_sale .row > div{
	padding: 0 50px;
}

.sale_afbeelding{
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	border: 8px solid #ffffff;
	position: relative;
}

.sale_afbeelding:before{
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.sale-overlay{
	padding: 35px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 150;
	color: #fff;
	line-height: 26px;
	font-weight: 700;
}

.sale-overlay h3{
	font-size: 40px;
	color: #fff;
}

.sale-overlay a{
	margin-top: 20px;
	width: 62px;
	height: 62px;
	min-height: 62px;
	background-color: #b81f24;
	border-radius: 50%;
	text-decoration: none !important;
	color: #fff;
	font-size: 28px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media (max-width:767px)
{		
	.sale-caption{
		display: none !important;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}