.gallery-thumb {
    width: 100%;
    height: 245px;
    margin: 10px;
    position: relative;
}

.gallery-thumb a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.gallery-thumb a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/shadow-slider-photos.png') 50% 50% no-repeat;
    background-size: cover;
}

.gallery-thumb .info {
    position: absolute;
    display: table;
    bottom: 15px;
    left: 20px;
    right: 20px;
    overflow: hidden;
    font: 10px/16px 'libre_baskervilleregular', serif;
    color: #9e9e9e;
}

.gallery-thumb .info h3 {
    font: 14px/16px 'oswaldregular', sans-serif;
    color: #fff;
    margin-bottom: 8px;
}

.gallery-thumb .info p {
    margin: 0;
}

.gallery-thumb .ico {
    width: 50px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
    text-indent: -9999px;
}

.gallery-thumb .ico span {
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15) url('../../svg/photo.svg') 50% 50% no-repeat;
    background-size: 20px 18px;
}

.gallery-thumb .wrap {
    display: table-cell;
}