.da-thumbs {
	list-style: none;
	width: 100%;
	height: auto;
	position: relative;
	margin: 5px auto;
	padding: 0;
	text-align:center;
}
.da-thumbs li {
	width:22%;
	padding:0;
	margin:1%;
	float: none;
	display:inline-block;
	position: relative;
	box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0);
	text-align:center;
	border-radius:8px;
	font-size:12px;
}
.da-thumbs li a{
	display: block;
	position: relative;
	text-align:center;
	color:#fff!important;
	border-radius:8px;
}
.da-thumbs li a img{
	margin:10px 0;
	width:90px;
	height:auto;
	border-radius:50%;
	border:solid 3px #fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.5);
}
.da-thumbs li a h5{
	margin:0 0 20px 0;
	font-weight:700!important;
	font-size:12px!important;
	color:#333!important;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: rgba(255,255,255,1);
	width: 100%;
	height: 100%;
	border-radius:8px;
	color:#003056;
	text-align:center;
	font-size:12px;
	font-weight:700;
}
.da-thumbs li a div img {
	margin:10px 0;
	width:90px;
	height:auto;
	border:solid 3px #003056;	
	border-radius:50%;
	box-shadow:0px 0px 0px rgba(0,0,0,0);
}

@media screen and (max-width : 768px) {
.da-thumbs li {
	width:48%;
	margin:1%;
	font-size:8px;
}
.da-thumbs li a h5{
	margin:0 0 20px 0;
	font-size:9px!important;
}
.da-thumbs li a div {
	font-size:9px;
}
}
