
/*-----------------------------------------------
 *
 *										bbf css
 *
 *-----------------------------------------------*/

/* benefits */
.product-tile-lg{
	background-position: -500px -1250px;
}

/* Medium devices (tablets, 48em and up) */
@media (min-width: 48em) {

	/* benefits */
	.article-2 .img-2{
		background-size: auto;
	}
}

/* Large devices (desktops, 62em and up) */
@media (min-width: 62em){

	/* benefits */
	.img-3{
		background-size: auto 100% !important;
	}

}