.listbox {position: relative; border-radius: 10px; margin: 0 0 30px; overflow: hidden;-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);}
.listbox .caption {position: absolute; background: rgba(0, 0, 0, 0.6); width: 100%; padding: 15px; color: #fff; left: 0; bottom: 0; display: block;}
.listbox .caption h5 , .listbox .caption p {color: #fff; margin-bottom: 5px;}