.expandable-image{position:relative;transition:opacity .25s;cursor:zoom-in}.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}.expandable-image.expanded>img{width:100%;max-width:1200px;max-height:100%;-o-object-fit:contain;object-fit:contain;margin:0 auto}.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))}.expandable-image svg path{fill:#fff}.expand-button{position:absolute;z-index:999;right:10px;top:10px;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{width:100%}