  
.lb-gallery .image-wrapper {
    position: relative;
    background-color: #f3f1f2;
}
.lb-gallery .image-wrapper img {
    opacity: 1;
}
.lb-gallery .image-wrapper img:hover {
    opacity: 0.8;
    transition: opacity .3s ease;
}
.lb-gallery .image-wrapper .image {
    display: block;
    width: 100%;
    padding-bottom: 56%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
    position: relative;
    z-index: 2;
}
.lb-gallery .image-wrapper .blur{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-size: 110%;
    filter: blur(2px);
    
    opacity: 0.3;
}
/* .lb-gallery .image-wrapper .blur:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    filter: blur(1px);
} */

