Muchas Gracias Sergio ahora funciona PERFECTO!
Le agrege efecto de transición también.
Código CSS:
Ver original.caption{
position:absolute;
top:0;
left:0;
width:400px;
height:351px;
cursor: pointer;
background: rgba(236, 126, 40, 0.6);
-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
Abrazos