.shared_gallery_wrapper{margin-top:40px}.shared_gallery_wrapper .shared_gallery .item a{display:block;position:relative;overflow:hidden;max-width:400px;margin:0 auto}.shared_gallery_wrapper .shared_gallery .item a:before{content:'View Image';-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;left:0;width:100%;height:100%;position:absolute;background-color:hsla(calc(var(--primary-colour-h) + 0deg),calc(var(--primary-colour-s) + .001%),calc(var(--primary-colour-l) + .001%),calc(var(--primary-colour-a) - calc(1 - .85)));color:var(--text-over-primary);opacity:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.shared_gallery_wrapper .shared_gallery .item a:hover:after,.shared_gallery_wrapper .shared_gallery .item a:hover:before{opacity:1}body:not(.is_mouse) .shared_gallery_wrapper .shared_gallery .item a:focus:after,body:not(.is_mouse) .shared_gallery_wrapper .shared_gallery .item a:focus:before{opacity:1}