h2.h2-whiskas a{color:white !important;}
h2.h2-pedigree a{color:##8B1F04 !important;}

.box {
	background: #eee;
	padding: 10px;
	position: relative;
}
.box-teaser:hover {
	background: #ddd;
}
.box-teaser h2 {
	font-size: 16px;
}
.box-teaser-thumb {
	margin: 0 -20px -20px -20px;
	text-align: center;
}
.box-teaser:hover .box-teaser-thumb {
	opacity: .75;
}
.box-teaser-more {
	margin: 15px 0;
	text-align: right;
}
@media ( max-width: 767px ) {
	.box-teaser {
		margin-bottom: 15px;
	}
	.box-teaser-more {
		margin-bottom: 0;
	}
}
@media ( min-width: 768px ) {
	.box {
		padding: 20px;
	}
	.box-rounded {
		border-radius: 0 0 20px 0;
		overflow: hidden;
		position: relative;
	}
	.box-teaser h2,
	.box-teaser-content {
		overflow: hidden;
		position: relative;
	}
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
	.box-teaser {
		margin-bottom: 30px;
	}
	.box-teaser h2 {
		height: 1.25em;
	}
	.box-teaser-content {
		height: 5.75em;
	}
}
@media ( min-width: 992px ) {
	.box-teaser h2 {
		height: 2.25em;
	}
	.box-teaser-content {
		height: 10em;
	}
}