.little-people-host {
  --little-people-height: 180px;
  position: relative;
  width: 100%;
  height: var(--little-people-height);
  min-height: 80px;
  overflow: hidden;
  isolation: isolate;
}

.little-people-host > .little-people-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
