.custom-project-block{
	position: relative;
	margin-bottom: 60px;
}

.custom-project-block .image-box{
	position: relative;
	margin: 0 auto 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.custom-project-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.custom-project-block .image-box .image:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	transform: scale(0);
	border-radius: 500px;
	background-color: rgba(255,255,255,.20);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 200ms ease;
}

.custom-project-block .image-box:hover .image:before{
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.custom-project-block .image-box .image img{
	display: block;
	width: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.custom-project-block .image-box:hover .image img{
	transform: scale(1.1);
}

.custom-project-block{
    margin-bottom: 10px;
}

.custom-project-block .image-box .image{
    border-radius: 5px;
}

.main-footer {
	padding: 0px;
}