.lightbox,.lightbox a{text-decoration:none}.container-gallery{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;justify-content:center;align-items:center}*,:after,:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.item-gallery{display:inline-block;margin:.6em}.lightbox:before{content:'x';position:relative;display:block;color:#fff;left:42%;margin-top:2%;font-size:2em;font-weight:900}.item-gallery a:first-of-type img{max-width:100%;height:auto}.lightbox{display:none;position:fixed;z-index:999;width:100%;height:100%;text-align:center;top:0;left:0;background:rgba(0,0,0,.8)}.lightbox img{max-width:90%;max-height:80%;margin-top:1%;box-shadow:0 0 24px 2px #0e0e0e}.fade-animate img{animation-name:fade;animation-duration:.7s;animation-timing-function:Linear In;animation-delay:0}@keyframes fade{0%{opacity:.5;transform:scale(.5)}100%{opacity:1;transform:scale(1)}}.lightbox:target{outline:0;display:block}