img.plakai {
  display: block;
  width: clamp(155px, 42vw, 208px);
  height: 214px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 16px 14px rgba(32,40,36,.16));
  transform-origin: 50% 92%;
  will-change: transform;
}

img.plakai-thinking { height: 222px; }

img.mini-plakai {
  display: block;
  flex: 0 0 66px;
  width: 66px;
  height: 74px;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 5px 5px rgba(32,40,36,.13));
  transform-origin: 50% 92%;
  will-change: transform;
}
