a.card
{
	position:relative;
	color:#999;
	height: 240px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
a.card:hover
{
	color:#999;
	text-decoration:none;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}
a.card .card-body
{
	position:absolute;
	left:0;
	bottom:20px;
	width:100%;
	padding:10px;
	background-color:rgba(255,255,255,0.7);
}
a.card .card-title
{
	width:100%;
	color:#333;
	font-size:120%;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
a.card .card-subtitle
{
	font-size:90%;
}
a.card .description
{
	
}
a.card .like
{
	text-align:right;
	padding:0;
	margin:0;
}
