
/*-----------------------------------------------
 *
 *										bsf css
 *
 *-----------------------------------------------*/

.article-5 .col-md-4{
	background-size: auto !important;
}

/* Medium devices (tablets, 48em and up) */
@media (min-width: 48em) { 

	.benefits .col-md-4,
	.benefits .col-md-4{
		height: 100%;
		background-size: 100% auto;
		margin-bottom: 0;
	}
}