.gallery-item {
    position:relative;
    max-height: 185px;
    overflow: hidden;
}

.gallery-item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: transparent !important;
    cursor: zoom-in;
}

.gallery-item a:hover {
    -webkit-box-shadow: inset 0px 0px 0px 3px #fde48a;
    -moz-box-shadow: inset 0px 0px 0px 3px #fde48a;
    box-shadow: inset 0px 0px 0px 3px #fde48a;
}

.gallery-item img {
    display: block;
    max-width: 100%;
}

.gallery-item.col-lg-6 {
    max-height: 165px;
    overflow: hidden;
}

.gallery-item.col-lg-4 {
    max-height: 165px;
    overflow: hidden;
}

@media screen and (max-width: 975px) {
    .gallery-item {
        max-height: 750px;
    }
}

.gallery-table > .gallery-item {
    padding: 0;
}