div.my-recent-post {
	border:1px solid #D9D9D9;
	-webkit-transition: all 500ms ease ;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease ;
  transition: all 500ms ease;
	margin-bottom:8px;
	display:inline-block;
	float:left;
	overflow: hidden;
	width:100%;
	height:auto;
}

div.profile-img-container {
	width:100%;
	height:auto;
	margin: 1%;
}

div.my-recent-post:hover {
	background-color:#3F3F3F;
}

div.my-recent-post span {
	-webkit-transition: all 500ms ease ;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease ;
  transition: all 500ms ease;
	white-space: nowrap;
}

div.my-recent-post:hover span {
color:white;
white-space: nowrap;
}

div.my-recent-post img {
	-webkit-transition: all 500ms ease ;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease ;
    transition: all 500ms ease;
		width: 98%;
		height: auto;
}

div.my-recent-post:hover img {
	-webkit-filter: brightness(75%);
}

span.recent-post-title {
	-webkit-transition: all 500ms ease ;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease ;
    transition: all 500ms ease;
padding:2px 4px;
color:black;
}
