/* gallery */
#background-gallery {
    display: block;
/*    height: 1600px;*/
}
.background-gallery {
    position: relative;
    margin-bottom: 200px;
    z-index: 1;
}
#frontpage .background-gallery {
    height: 100%;
}
#frontpage .background-gallery ul {
    background: #000;
    min-height: 100%;
    height: 100%;
    
}
.background-gallery ul li {
   
}
.background-gallery ul li.active {
    display: block;
}
.background-gallery ul li img {
    position: absolute;
    top: -130px;
    left: 0;
    min-width: 1024px;
    width: 100%;
    height: auto;
    z-index: 1;
/*    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);*/
}