.img-fullscreen-trigger{position:absolute;bottom:32px;right:0px;background:rgba(0,0,0,.75);color:#fff;border:none;border-radius:4px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease;z-index:10;font-size:20px}.img-fullscreen-trigger:hover,.img-wrapper:hover .img-fullscreen-trigger{opacity:1}img[data-enhanced]{cursor:pointer}.fullscreen-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;display:none;align-items:center;justify-content:center;z-index:2147483647}.fullscreen-container.active{display:flex}.fullscreen-image{max-width:100%;max-height:100%;object-fit:contain}.fullscreen-close{position:absolute;top:20px;right:20px;background:rgba(0,0,0,.7);color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2147483647;transition:all .2s ease}.fullscreen-close:hover{background:#ff4444;transform:scale(1.1)}.img-wrapper{position:relative;display:inline-block}
