#galerie-page {

}
.galerie-list {

}
.gallery-item {
    display: block;
    min-height: 100%;
}
.gallery-item-fig {
    padding: 20px;
    box-shadow: 2px 9px 27px rgba(0,0,0,.4);
    transition: all .3s;
}
.gallery-item-fig figure {
    background-color: #4e1f00;
    margin-bottom: 0 !important;
    overflow: hidden;
}
.gallery-item-fig img {
    display: block;
    width: 100%;
    transition: all .3s;
}
a:hover .gallery-item-fig { }
a:hover .gallery-item-fig img {
    opacity: .3;
    transform: scale(1.2);
}