.uk-lightbox{
    background-color: #2A2A2A;
}

.uk-lightbox-button.uk-slidenav svg{
    color: rgba(255,255,255,.7);
}

.coteo-block-gallery__item{
    position: relative;
    overflow: hidden;
}

.coteo-block-gallery__item__filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.0);
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: .4s all ease;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

.coteo-block-gallery__item__filter:hover{
    background: rgba(0,0,0,.6);
}

.coteo-block-gallery__item__filter span.uk-icon{
    display: none;
    color: #FFFFFF;
}

.coteo-block-gallery__item__filter:hover span.uk-icon{
    display: block;
}