.expandable-image{cursor:zoom-in;position:relative;transition:opacity .25s}body>.expandable-image.expanded{align-items:center;background:#000;cursor:default;display:flex;height:100%;left:0;opacity:0;padding-bottom:0!important;position:fixed;top:0;width:100%;z-index:999999}body>.expandable-image.expanded>img{margin:0 auto;max-height:100%;max-width:1200px;object-fit:contain;width:100%}body>.expandable-image.expanded>.close-button{display:block}.close-button{cursor:pointer;display:none;position:fixed;right:10px;top:10px}.expand-button{align-items:center;justify-content:center;opacity:0;padding:3px;position:absolute;right:10px;top:10px;transition:opacity .2s;z-index:999}.expandable-image:hover .expand-button{opacity:1}.expand-button svg{height:20px;width:20px}.expand-button path{fill:#fff}.expandable-image img{width:100%}