
/************************ IMAGE BUTTON CSS ******************************/
div[class*='widget_img-hover-button'] .image-fade-info-box {
	margin-right: 0 !important;
}
.image-fade-info-box {
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;
}
.image-fade-info-box  img {
	height: auto;
	max-width: 100%;
    border-radius: 15px;
    border: 1px solid #000;
}
.image-fade-info-box  .info-box {
	position: absolute;
	top: -99999999px;
	width: 10px;
	display: inline-flex;
}
.image-fade-info-box:hover .info-box {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	text-align: center;
	height: 100%;
	width: 100%;
	display: inline-flex;
}
.image-fade-info-box .info-box > .info {
	border: 1px solid #000;
	color: white;
	background-color: rgba(13, 67, 44, 0.75);
	border-radius: 10px;
	max-width: 50%;
	padding: 10px;
	margin: auto;
}
.image-fade-info-box .info-box a {
	max-width: 75%%;
	margin: auto;
}
.image-fade-info-box .info-box  a > .info {
	border: 1px solid #000;
	color: white;
	background-color: rgba(13, 67, 44, 0.75);
	border-radius: 10px;
	padding: 10px;
	margin: auto;
}