
.details{
	font-weight:bold;
	font-size:20px;
	line-height:50px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	margin-top:60px;
	color:#fff;

}

.details .title{	background-color:rgba(255,255,255,255)!important;
filter:Alpha(opacity=100);background:#000;}

.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.fade .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
	filter:alpha(opacity=0);
	background:url(../images/bg-black.png);

}

#section4 {
	background: #fff;
  	position: relative;
    width:750px;
	height:518px;
	display: block;
  	color: #000;
  	overflow: hidden;
	/*margin-left:10px;*/
	float:right;
}

.portfolio_pic {
	float:left;
	margin:1px;
	position:relative;
	overflow:hidden;
	width:247px;
	height:171px;
}

@media screen and (max-width: 1003px) {
	
h2 {
	font-size:32px;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
}

#work {
	width:90%;
	margin:auto;
	text-align:center;
}

.portfolio_pic {
	width:31%;
	height:31%;
}

.portfolio_pic img{
	width:100%;
}

.portfolio_pic {
	width:256px;
	margin-top:30px;
	margin:auto;
	float:none;
	text-align:center;
	margin-bottom:30px;
}

.portfolio_pic img{
	width:100%;
	margin:auto;
	max-width: 256px;
}

}