<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<h1>bootstrap image thumbnail hover text effect</h1>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="hovereffect">
<img class="img-responsive" src="http://placehold.it/1000x500" alt="">
<div class="overlay">
<h2>Image heading</h2>
<p class="info">Our sleek quality work and synergized effect of our team’s creative mind have paved the way for offering innovative services to our clients.
<a href="#">read more</a></p>
</div>
</div>
</div>
</div>