@charset "UTF-8";.shared_gallery_wrapper{margin-top:40px}.shared_gallery_wrapper .shared_gallery .item a{display:block;position:relative;overflow:hidden}.shared_gallery_wrapper .shared_gallery .item a:after{content:"Explore    ";text-transform:uppercase;font-family:var(--font-icon);position:absolute;left:30px;top:100%;white-space:nowrap;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:#fff;font-weight:700;font-size:12px;line-height:15px;text-align:left;letter-spacing:1.2px;opacity:0;-webkit-transition:opacity .2s ease-in-out,top .2s ease-in-out;-o-transition:opacity .2s ease-in-out,top .2s ease-in-out;transition:opacity .2s ease-in-out,top .2s ease-in-out}.shared_gallery_wrapper .shared_gallery .item a:before{content:'';top:100%;left:0;width:100%;height:100%;position:absolute;background-color:hsla(calc(var(--link-colour-hover-h) + 0deg),calc(var(--link-colour-hover-s) + .001%),calc(var(--link-colour-hover-l) + .001%),calc(var(--link-colour-hover-a) - calc(1 - .85)));opacity:0;-webkit-transition:opacity .2s ease-in-out,top .2s ease-in-out;-o-transition:opacity .2s ease-in-out,top .2s ease-in-out;transition:opacity .2s ease-in-out,top .2s ease-in-out}.shared_gallery_wrapper .shared_gallery .item a:before i{color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;font-size:27px}.shared_gallery_wrapper .shared_gallery .item a:focus:after,.shared_gallery_wrapper .shared_gallery .item a:focus:before,.shared_gallery_wrapper .shared_gallery .item a:hover:after,.shared_gallery_wrapper .shared_gallery .item a:hover:before{opacity:1}.shared_gallery_wrapper .shared_gallery .item a:focus:before,.shared_gallery_wrapper .shared_gallery .item a:hover:before{top:0}.shared_gallery_wrapper .shared_gallery .item a:focus:after,.shared_gallery_wrapper .shared_gallery .item a:hover:after{top:50%}