.da-thumbs {
	list-style: none;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	position: relative;
	width: 25%;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #212121;
	width: 100%;
	height: 100%;
	display: flex !important;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-style: italic;
}
.da-thumbs .frgn-title-decorative-letter{
	top: -60px;
}