#gallery{position:fixed;background:rgba(25,27,28,.7);height:100vh;width:100vw;top:0;left:0;display:flex;justify-content:center;align-items:center;visibility:hidden;opacity:0;z-index:-1;transition:opacity .4s}#gallery.show{display:flex;z-index:99999;visibility:visible;opacity:1}#gallery.show .outside{position:relative;width:100%;height:100%}#gallery .gallery-wrapper{position:absolute}#gallery .gallery-wrapper .preview{max-width:860px;width:100%;-o-object-fit:contain;object-fit:contain;border-radius:20px}#gallery .gallery-wrapper .icon-close{position:absolute;display:flex;justify-content:center;align-items:center;width:32px;height:32px;background:#abbcc4;border-radius:50%;top:-16px;right:-16px;cursor:pointer;transition:.4s}#gallery .gallery-wrapper .icon-close i{color:#fff}#gallery .gallery-wrapper .icon-close:hover{background:#cad8de}@media(max-width: 768px){#gallery .gallery-wrapper{width:90%}#gallery .gallery-wrapper .preview{border-radius:10px}#gallery .gallery-wrapper .icon-close{width:24px;height:24px;top:-12px;right:-12px}#gallery .gallery-wrapper .icon-close i{font-size:16px}}