#static_blocks-wrapper img{ width: 100%;}
#static_blocks-wrapper  li.block-link {
    margin: 0;
    padding: 0;
}
#static_blocks-wrapper li.block-link a {
    margin: 0;
    padding: 0;
}
#static_blocks-wrapper h4.title {
    position: absolute;
    bottom: 32px;
    text-align: center;
    width: 100%;
    font-weight: 900;
    font-size: 34px;
    padding: 0 20px;
    line-height: 30px;
}
#static_blocks-wrapper span.legend{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 20px;
}
#static_blocks-wrapper .gradient{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px -97px 116px 15px rgba(0,0,0,0.92);
    -moz-box-shadow: inset 0px -97px 116px 15px rgba(0,0,0,0.92);
    box-shadow: inset 0px -97px 116px 15px rgba(0,0,0,0.92);
}
