.shared_gallery_wrapper{margin-top:40px}.shared_gallery_wrapper .shared_gallery .item a{display:block;position:relative;overflow:hidden;max-width:400px;border-radius:var(--block-link-radius);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:-25px;left:0;width:100%;height:calc(100% + 25px);position:absolute;background-color:hsla(calc(var(--third-colour-h) + 0deg),calc(var(--third-colour-s) + .001%),calc(var(--third-colour-l) + .001%),calc(var(--third-colour-a) - calc(1 - .85)));color:var(--text-over-primary);font-size:16px;line-height:18px;letter-spacing:.8px;opacity:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.shared_gallery_wrapper .shared_gallery .item a:after{content:url(/custom_images/linebreak.png);-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:50%;left:50%;-webkit-transform:translate(-50%,calc(-50% + 25px));-ms-transform:translate(-50%,calc(-50% + 25px));transform:translate(-50%,calc(-50% + 25px));position:absolute;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}