#yw-post-author {
display: flex;
flex-wrap: wrap;
position: relative;
justify-content: space-around;
background-color: #eeeeee;
padding: 3px 3px;
margin: auto;
}
#yw-post-author .author-posts {
position: relative;	
margin: 1px;
}
#yw-post-author .author-posts-title {
position: absolute;
bottom: 0px;
background: #369fcf;
color: #fff;
font-size: 14px;
padding: 1px;
z-index: 2; 
}
#yw-post-author .author-posts img {
z-index: 1; 
}