.gallery-item {text-align: center;height: 100%;}

.gallery-item img {display: block;margin: 0 auto;}

.gallery-image {margin-bottom: 10px;border: 1px solid #eeeeee;
    padding: 10px;transition: all 300ms ease;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;}

.gallery-name {text-transform: uppercase;font-size: 15px;font-weight: 400;}

.gallery-item:hover > .gallery-image {box-shadow: 0 0 5px #ccc;}