

/* Start:/bitrix/templates/.default/components/epir/medialibrary.list/template1/style.css?15859191551343*/
.gallery_index_2 {
    position: relative;
    padding: 30px 0;
text-align:center;
}

.gallery_index_2 .wr {
    text-align: center;
}
.gallery_index_2 .item {
    float: left;
    width: 190px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    z-index: 10;
    position: relative;
    margin: 0 5px 10px;
padding-left:5px;
padding-right:5px;
padding-top:10px;
}

.gallery_index_2 .item img {
    display:block;
    margin: 0 auto;
    line-height: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;
}
.gallery_index_2 .item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    color: #fefefe;
    font-size: 17px;
    opacity: 0;
    -webkit-transition: opacity ease-out 0.5s;
    -moz-transition: opacity ease-out 0.5s;
    -o-transition: opacity ease-out 0.5s;
    transition: opacity ease-out 0.5s;
}
.gallery_index_2 .item .mask span {
    display: block;
    width: 100%;
    height: 30%;
    background: url("/bitrix/templates/.default/components/epir/medialibrary.list/template1/../../../../images/plus.png") 50% 50% no-repeat;
    padding-top: 70%;
}
.gallery_index_2 .item:hover .mask {
    opacity: .6;
}

@media all and (max-width: 999px)
{
    .gallery_index_2 .item {
        width: 44%;
        height: auto;
        margin: 0 2.9% 3%;
    }
}

/* End */
/* /bitrix/templates/.default/components/epir/medialibrary.list/template1/style.css?15859191551343 */
