When hovering over the image, it should flip to reveal text or a link:
<div class="clearfix visible-xs"></div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="speaker-item animated hiding" data-animation="fadeInUp" data-delay="1000">
<div class="img-wrapper">
<img src="assets/img/speaker/speaker-3.jpg" class="img-responsive img-circle" alt="speaker-3" />
</div>
<div class="name">Brad Pitt</div>
<div class="sub">CEO of Yahoo</div>
<p class="small">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<div class="social-link">
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-google-plus"></span></a>
</div>
</div>