.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:after{content:'';position:absolute;left:50%;top:calc(50% + 25px);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:var(--secondary-colour);height:6px;width:0;border-radius:3px;opacity:0;-webkit-transition:opacity .2s ease-in-out,width .2s ease-in-out;transition:opacity .2s ease-in-out,width .2s ease-in-out}.shared_gallery_wrapper .shared_gallery .item a:before{content:"View Image";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) + -10%),calc(var(--primary-colour-a) - calc(1 - .85)));color:#fff;font-family:var(--font-heading);font-size:16px;font-weight:700;opacity:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.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:after,.shared_gallery_wrapper .shared_gallery .item a:hover:after{width:60px}