a.lightbox img{height:150px;border:3px solid #fff;box-shadow:0 0 8px rgba(0,0,0,.3);margin:20px}.lightbox-target{position:fixed;top:-100%;background:rgba(0,0,0,.7);width:100%;opacity:0;transition:opacity .5s ease-in-out;overflow:hidden}.lightbox-target img{margin:auto;top:0;left:0;bottom:0;max-height:0;max-width:0;border:3px solid #fff;box-shadow:0 0 8px rgba(0,0,0,.3)}.lightbox-target img,a.lightbox-close{right:0;box-sizing:border-box;transition:.5s ease-in-out}a.lightbox-close{display:block;width:50px;height:50px;background:#fff;color:#000;text-decoration:none;position:absolute;top:-80px}a.lightbox-close:before{transform:rotate(45deg)}a.lightbox-close:after,a.lightbox-close:before{content:"";display:block;height:30px;width:1px;background:#000;position:absolute;left:26px;top:10px}a.lightbox-close:after{transform:rotate(-45deg)}.lightbox-target:target{opacity:1;top:0;bottom:0;overflow:scroll}.lightbox-target:target img{max-height:100%;max-width:100%}.lightbox-target:target a.lightbox-close{top:0}