.mzgr-square {
	height: 0;
	padding-bottom: 15%;
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
}

.mzgr-square .front, 
.mzgr-square .back {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #FFFFFF;
	margin: 7px;
}

.mzgr-square .front {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media(max-width: 768px) {
	.mzgr-square {
		width: 100%;
		padding-bottom: 61%;
	}
}

.mzgr-square .back {
	background: #812638;
	color: #FFFFFF;
}

.mzgr-square .back {
	font-size: 12px;
}

.mzgr-square .back h3 {
	margin-top: 25%;
	margin-bottom: 0;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 700;
}

.mzgr-square .floor {
	position: absolute;
	font-size: 10em;
	font-weight: bold;
	color: #FFFFFF;
}

.mzgr-credentials-overview .clearfix {
	clear:both;
	float: none;
}

.mzgr-credentials-overview .absolute-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
