:host {
  display: block;
}
:host img {
  height: inherit;
  width: inherit;
  filter: drop-shadow(var(--shadow));
  opacity: 0;
  transition: opacity 0.1s;
}
:host img.visible {
  opacity: 1;
}