.zoomable{cursor:pointer;transition:transform .3s ease-in-out}.zoomable.zoomed{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.2);max-height:80%;max-width:80%;z-index:1000}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:none;z-index:999}