figure {
    position:relative;
    background:white;
}

figure img {
    display:block;
    max-width:90%;
    height:auto;
}

figure:hover img {
    opacity:0.8;
}

figure figcaption {
    opacity:0;
    visibility:hidden;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.8);
    color:white;
    text-align:center;
    padding:4px 0;
    z-index:2;
    transition:0.4s;
}

figure:hover figcaption {
    opacity:1;
    visibility:visible;
}  

figure:hover img {
    opacity:0.4 !important;
}


.msry_theme_standard .masonry_gallery {
    margin-bottom: 10px;
    padding: 0px;
    background-color: rgb(245, 245, 245);
    border-radius: 0px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.01), 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.msry_theme_standard .masonry_gallery figcaption {
    box-sizing: border-box;
    position: absolute;
    bottom: 80px;
    padding: 3px 6px;
    z-index: 1;
    color: rgb(0, 0, 0);
    background: transparent none repeat scroll 0% 0%;
    opacity: 0;
    font-size: 30px;
    text-transform: uppercase;
}
