.mzgr-works-1 {
	background-color: #EEEEEE;
	background-position: center: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 50px 0 0 0;
}

.mzgr-works-1 h2 {
	text-transform: uppercase;
	color: #000000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.5em;
}

.mzgr-works-1 .col-xs-12 {
	position: relative;
}

.mzgr-works-1 .work-item {
	float: right;
	width: 200px;
	height: 200px;
	background-size: 200px 200px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 30px 0;
	color: #FFFFFF;
}

.mzgr-works-1 h3 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
}

.mzgr-works-1 .work-content {
	position: absolute;
	top: 0;
	right: 15px;
	background: rgba(0,0,0,0.7);
	padding-top: 70px;
	opacity: 0;
}

.mzgr-works-1 .absolute-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mzgr-works-1 .right .work-item {
	float: left;
}

.mzgr-works-1 .right .work-content {
	right: auto;
	left: 15px;
}

.mzgr-works-1 .col-xs-12:hover .work-content {
	opacity: 1;
}

@media(min-width: 768px) and (max-width: 992px) {
	.mzgr-works-1 .work-item {
		width: 160px;
		height: 160px;
		background-size: 160px 160px;
	}
}

@media(max-width: 768px) {
	.mzgr-works-1 .work-item {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float: none;
		clear: both;
		width: 300px;
		height: 300px;
		background-size: 300px 300px;
	}
	
	.mzgr-works-1 .work-content,
	.mzgr-works-1 .right .work-content {
		position: absolute;
		right: auto;
		left: 50%;
		top: 0;
		margin-bottom: 30px;
		padding-top: 122px;
		margin-left: -150px;
	}
}