.expandable-image{position:relative;transition:opacity .25s;cursor:zoom-in}body>.expandable-image.expanded{position:fixed;z-index:999999;top:0;left:0;width:100%;height:100%;background:#000;display:flex;align-items:center;opacity:0;padding-bottom:0!important;cursor:default}body>.expandable-image.expanded>img{width:100%;max-width:1200px;max-height:100%;height:auto;-o-object-fit:contain;object-fit:contain;margin:0 auto}body>.expandable-image.expanded>.close-button{display:block}.close-button{position:fixed;top:10px;right:10px;display:none;cursor:pointer}.expandable-image svg{filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5))}.close-button svg path{fill:#f5f2f2!important}.expandable-image svg path{fill:#080808}.expand-button{position:absolute;z-index:999;right:-7px;top:-7px;padding:0;align-items:center;justify-content:center;padding:3px;opacity:0;transition:opacity .2s}.expandable-image:hover .expand-button{opacity:1}.expand-button svg{width:20px;height:20px}.expand-button path{fill:#fff}.expandable-image img{height:2rem;width:2rem;border:2px solid #bfc4ca;border-radius:6%}.expandable-image.expanded img{border:none;border-radius:inherit}