.orz-container {
  position: relative;
  width: 100%;

/*   height: var(--orz-height, 100vh); */

  overflow: hidden;
  z-index: 0;
}

.orz-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100%;
  will-change: transform;
}

.orz-track > * {
  flex: 0 0 auto;
  height: 100%;
}

/* Spacer gestito a mano: parte alto quanto la durata e scende a zero */
.orz-spacer {
  width: 100%;
  height: 0;
  pointer-events: none;
}
