>>6476633that banner is displayed only when hovering over thumbnail and it's description
<a id="b" href="#"><img /></a>
<p id="bd" class="description">/b/ - False Stories</p>
.description {
position: fixed;
bottom: 50px;
/* other stuff */
display:none;
}
#b:hover + #bd { display: block;} /*for every item*/
idk about rss, i like to keep it clean