@CHARSET "UTF-8";

.figure{
    position:relative;
    margin:0;
    padding:0;
}
.figcaption{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100px;
    background-color:#eee;
    opacity:0.5;
}