#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; 
}
/***********STYLE*************/
.yw-author-posts-hover {
  position: relative;
  overflow: hidden;
  margin: 2px 0px 2px 0px;
  min-width: 230px;
  max-width: 315px;
/*  width: 100%;*/
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
}
.yw-author-posts-hover * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.yw-author-posts-hover img {
  max-width: 100%;
  vertical-align: top;
  border-radius: 2px;
}
.yw-author-posts-hover figcaption {
  position: absolute;
  top: calc(77%);
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 100px;
}
.yw-author-posts-hover figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.yw-author-posts-hover h3,
.yw-author-posts-hover p {
  margin: 0 0 10px;
}
.yw-author-posts-hover h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
/*  text-transform: uppercase;*/
}
.yw-author-posts-hover p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.yw-author-posts-hover a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.yw-author-posts-hover:hover figcaption,
.yw-author-posts-hover.hover figcaption {
  top: 80px;
}
#yw-post-author .help-tip{
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    background-color: rgba(0, 206, 209, 0.8);
	color: #fff;
    border-radius: 2px;
    min-width: 100px;
    height: 24px;
    line-height: 26px;
    cursor: default;
	z-index: 5;
}

/*#yw-post-author .help-tip:before{
	font-family: rcl-awesome;
    content:'\f129';
    font-weight: bold;
    color:#ff6262;
}*/

#yw-post-author .help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

#yw-post-author .help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 5px;
    width: 200px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

#yw-post-author .help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

#yw-post-author .help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}
#yw-post-author .rcli{
    padding: 0px 3px 0px 3px;
}