.masonry-hizmet-wrapper{ 
	width:100%;
	overflow:auto;
	height:calc(100vh - 140px);
 } 
.masonry-hizmet-item{ 
	display:inline-block;
	position:absolute;
	border:1px solid white;
	float:none;
	overflow:hidden;
} 
.masonry-hizmet-item .innerdiv{ 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin: 0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	transition: all 0.3s ease;
}
.masonry-hizmet-item-overlay{ 
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#009EE311;;
	z-index:10;
	transition: all 0.3s ease;
} 
.masonry-hizmet-item-overlay a{ 
	display:inline-block;
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
} 
.masonry-hizmet-item-overlay a h2{ 
	display:block;
	position:absolute;
	vertical-align:middle;
	color:white;
	text-shadow:3px 3px 3px #000;
	padding:5px;
	bottom:0;
	font-weight:400;
	margin-bottom:0;
	background-color:#3335;
	border-radius: 0px 10px 0px 0px;
	/*box-shadow: 0px 0px 10px #222;*/
} 
.masonry-hizmet-item-overlay:hover{ 
	background-color:#55555500;
} 
.masonry-hizmet-item-overlay:hover + .innerdiv{ 
	transform: scale(1.05, 1.05);
} 
.masonry-hizmet-item:nth-child(6n+1){ 
	left:0;
	top:0;
	width:53%;
	height:50%;
} 
.masonry-hizmet-item:nth-child(6n+2){ 
	left:53%;
	top:0;
	width:47%;
	height:50%;
} 
.masonry-hizmet-item:nth-child(6n+3){ 
	left:0;
	top:50%;
	width:47%;
	height:50%;
} 
.masonry-hizmet-item:nth-child(6n+4){ 
	left:47%;
	top:50%;
	width:53%;
	height:50%;
}
@media (max-width:991px){ 
	.masonry-hizmet-item-overlay a h2{
		font-size:26px;
	} 
} 
@media (max-width:768px){
	/*
	.masonry-hizmet-item:nth-child(n){ 
		left:0;
		top:0;
		width:50%;
		height:50%;
		position:relative;
		display:inline-block;
		margin:0;
		float:left;
	} */
	.masonry-hizmet-wrapper{ 
		height:calc(100vh - 200px);
	} 
	.masonry-hizmet-item-overlay a h2{ 
		font-size:24px;
	}
} 
.masonry-section {
	display: block;
	position: relative;
	border-bottom: rgba(0,0,0,0.1) 1px solid;
	transition: all .400s;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	box-sizing: content-box !important;
}
