.company-gallery__content .slick-slide img{
    opacity:1;
}
.gallery__img > a {
    position: relative;
    bottom: 0px;
    opacity: 1;
}
.gallery__img > a .caption {
    position: absolute;
    bottom: -6px;
    background:#00000099;
    color:#eee;
    width:100%;
    padding:3px 12px;
    font-size:12px;
    opacity:0;
    transition:0.4s;
}
.gallery__img > a:hover .caption {
    opacity:1;
    transition:0.4s;
}
.company-gallery__img a {
    position: relative;
    display: block;
    bottom: 0px;
    opacity: 1;
}
.company-gallery__img a .caption {
    position: absolute;
    bottom: 0px;
    background:#00000099;
    color:#eee;
    width:100%;
    padding:3px 12px;
    font-size:12px;
    opacity: 0;
    transition:0.4s;
    z-index: 9999;
}
.company-gallery__img a:hover .caption {
    opacity:1;
    transition:0.4s;
}