.gallery-pokaz-list-box ul,
.gallery-list-box ul{
   list-style-type:none;
   margin:0px;
   padding:0px;
}
.gallery-pokaz-list-box .gallery-pokaz-list-item img,
.gallery-list-box .gallery-list-item img{
   width:100%;
}

/* gallery pokaz  */

.gallery-pokaz-list-box .return{
   clear:both;
}

/*  gallery list */

.gallery-list-box .gallery-list-item{
   position:relative;
}
.gallery-list-box .picture-item .title{
    color: #fff;
    font-size: 22px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 36%;
    left: 20%;
    right: 20%;
    padding-bottom:20px;
    border-bottom: 1px solid #fff;
    z-index:100;
}
.gallery-list-box .picture-item>.crop-wrap{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    opacity: 0.6;
    position: relative;
    transition: all 0.2s ease 0s;
    z-index:10;
}
.gallery-list-box .picture-item:hover .crop-wrap{
    opacity: 1;
} 
.gallery-list-box .glass:before{
    background-color: #000;
    content: "";
    display: block;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    width: 100%;
    top:0px;
    left:0px;
    z-index:1;
}
.gallery-list-box .gallery-list-item img{
    opacity:0px;
}
/*
.gallery-list-box .descr {
    bottom: 6px;
    font-size: 14px;
    height: 64px;
    left: 10px;
    overflow: hidden;
    right: 6px;
    width: 94%;
    color:#000;
    margin-left:10px;
}
*/