.justified-gallery{overflow:hidden;position:relative;width:100%}.single-gallery{display:block;overflow:hidden}.single-gallery,.single-gallery .thumbnail{position:relative}.single-gallery .thumbnail:before{background-color:rgba(0,0,0,.5);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s;width:100%;z-index:1}.single-gallery .thumbnail img{width:100%}.single-gallery .content{left:0;opacity:0;padding:20px;position:absolute;text-align:center;top:50%;-webkit-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s;width:100%;z-index:9}.single-gallery .content .title{color:#fff;font-size:34px;font-weight:700;line-height:1.42;margin-bottom:0}.single-gallery .content .description p{color:#fff;margin-bottom:0}.single-gallery:hover .thumbnail:before{opacity:1}.single-gallery:hover .content{opacity:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}