.gallery-item{border-radius:10px;display:block;overflow:hidden;position:relative}.gallery-item:hover{-webkit-box-shadow:0 4px 10px rgba(0,0,0,.1);box-shadow:0 4px 10px rgba(0,0,0,.1);color:#fff}.gallery-item:hover .gallery-item-overlay{opacity:1;visibility:visible}.gallery-item img{width:100%}.gallery-item-overlay{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;position:absolute;right:0;top:0;visibility:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:rgba(193,129,76,.85);justify-content:center;opacity:0;-webkit-transition:all .4s ease 0s;transition:all .4s ease 0s}.gallery-item-overlay svg{height:30px;width:30px}.gallery-item-overlay svg path{fill:currentColor;stroke:currentColor}