/*  Imagewall */
.tx-documents .brick { width: 245px;}
/* .tx-documents .brick img { width: 100%; height: auto;} */

.tx-documents .brick img  { display: block; width: 100%; height: auto; }
.tx-documents .brick .info {
    position:absolute;
    bottom: 0;
    width: 100%;
    background-color: #00A5DB;
}

.tx-documents .brick .info h3 {
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    font-size: 16px;
}
