.image {
   position: relative;
   width: 100%; /* for IE 6 */
}

h5 {
   position: absolute;
   top: 5px;
   left: 28px;
   width: 100%;

}

h5 span {
   color: #F80000;
   font: bold 24px Helvetica, Sans-Serif;
   letter-spacing: +1px;
   background-color: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.6);
   padding: 4px;

}

/*   vertical-align: middle; */
