.gallery-list-container .gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
    height: 100%;
}

.gallery-list-container .gallery:hover {
    border: 1px solid #777;
}

.gallery-list-container .gallery img {
    width: 100%;
    height: 125px;
}

.gallery-list-container .desc {
    padding: 15px;
    text-align: center;
}

.gallery-list-container .col-lg-2{
    margin-bottom: 15px;
}

.gallery a{
    height: 100%;
}