
/*-----------------------------------------------
*
*										ctc css
*
*-----------------------------------------------*/

/* benefits */
.product-tile-lg{
	background-position: -500px -750px;
}

.article-4{
	padding-bottom: 0 !important;
	overflow: hidden;
}
.article-4 .container{
	position: relative;
}
.article-4 .col-xs-12{
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	min-height: 9rem;
}
.article-4 .col-md-8{
	padding-bottom: 10rem;
	z-index: 1;
}
.article-4 .col-md-4{
		position: absolute;
		height: 87%;
		width: 100%;
		left: 35%;
	    bottom: 0;
	    background-size: auto 100%;
}

/* Medium devices (tablets, 48em and up) */
@media (min-width: 48em) {

	/* benefits */
	.article-4{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.article-4 .col-md-8{
		width: 70%;
		/*margin-left: 30%;*/
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.article-4 .col-md-8,
	.article-4 .col-md-4{
		display: block !important;
	}
}

/* Large devices (desktops, 62em and up) */
@media (min-width: 62em){

	.article-2 .col-md-4{
		background-size: auto 100%;
	}
}