.mzgr-teaser-box-blue .image-background {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display:table-cell;
	height: 100%;
	width:66%;
	min-height: 300px;
}

.mzgr-teaser-box-blue .table-container {
	display:table;
	table-layout:fixed;
	width:100%;
}

.mzgr-teaser-box-blue .muted-blue-back {
	color: #FFFFFF;
	display:table-cell;
	height:auto;
}

.mzgr-teaser-box-blue .muted-blue-back > div {
	padding: 60px 30px;
}

.mzgr-teaser-box-blue h3 {
	color: #FFFFFF;
}

@media(max-width: 768px) {

	.mzgr-teaser-box-blue .table-container {
		display:block;
	}

	.mzgr-teaser-box-blue .image-background,
	.mzgr-teaser-box-blue .muted-blue-back {
		  width:100%;
		  display:block;
	  }
}