

div.row.accurate-link .the-image {
	position: relative;
}

div.row.accurate-link .the-title {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.row.accurate-link .the-title:hover {
	background: rgba(255,255,255 , 0.5);
}

div.row.accurate-link .the-title span.btn.btn-default {
	display: none;
	position: relative;

}

div.row.accurate-link .the-title:hover span.btn.btn-default {
	display: block;
}

div.row.accurate-link {
	padding: 10px 0;
}

div.row.accurate-link h3 {
	margin: 0;
}
div.row.accurate-link  img.img-responsive {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* My Comment */

/* added January 16, 2023	tallacman - kludge to. remove current link added in block controller */

span.remove-anchor a{
	display: none;
}



