.thumbnail {
 position:relative;
 overflow:hidden; 
}
.caption {
 display: none;
 position: absolute;
 top: 0;
 left: 0;
 background: rgba(0,0,0,0.4);
 width: 100%;
 height: 100%;
 color:#fff !important;
}
