.composition {
  container-type: inline-size;
}
.composition :is(img, svg) {
  position: absolute;
  max-width: unset;
}
table .composition {
  width: 14rem;
}

.filter-blur-cast {
  filter: blur(3px) opacity(0.8);
}
