#makabop{
  position:fixed;
  left:16px;
  bottom:16px;       /* bottom-left corner */
  width:clamp(80px,12vw,180px);
  height:auto;
  z-index:9999;      /* keep it above everything */
  pointer-events:none;
  user-select:none;
  image-rendering:auto;
  filter:drop-shadow(0 1px 6px rgba(0,0,0,.55));
}
