.da-thumbs {
 float: left;
    list-style: none outside none;
	margin: 0;
    padding: 0;
    position: relative;
 /*    width: 990px; */
}
.da-thumbs li {
	float: left;
    margin: 5px;
    background: #6d9ac914;
    padding: 3px;
    position: relative;
    box-shadow: 2px 7px 11px 0px rgb(124 156 187);
    width: 103px;
    color: #0f2347;
    height: auto;
}
.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: rgb(0 0 0 / 65%);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}

.class {
    font-weight: bold;
    text-align: center;
}
.subject{
 font-family: emoji;
    text-align: center;	
	 margin-top: 4px;
	 color:black;
	 font-size:15px;
}

.da-thumbs li a div span {
    text-align:center;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}