.custom-image-hover {
display: block;
position: relative;
}
.overlay-hover{
	background-color: rgba(0,0,0,0.5);
}
.custom-image-hover img {
margin-bottom: 0;
display: block;
width: 100%;
}

.custom-image-box-hover .overlay-hover {
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: all 0.5s ease;
}

.custom-image-box-hover:hover .overlay-hover {
opacity: 1;
transition: all 0.5s ease;
}

.custom-image-box-hover .overlay-hover h4 {
position: absolute;
display: block;
top: 40%;
left: 0;
right: 0;
font-size: 18px;
line-height: 16px;
margin-top: -11px;
text-align: center;
}

.custom-image-box-hover .overlay-hover .et-pb-icon {
position: absolute;
display: block;
top: 50%;
left: 0;
right: 0;
font-size: 64px;
line-height: 20px;
margin-top: 8px;
text-align: center;
}