.sticker-zone{position:relative;cursor:crosshair}.sticker{position:absolute;width:12vw;height:12vw;max-width:180px;max-height:180px;min-width:80px;min-height:80px;pointer-events:none;transform:translate(-50%,-50%);animation:stickerPop .3s ease-out}@keyframes stickerPop{0%{transform:translate(-50%,-50%) scale(0)}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1)}}.sticker-inner{width:100%;height:100%}.page-title.sticker-zone .sticker{width:162px;height:162px}.sticker img{width:100%;height:100%;display:block}