.simple-slot {
    overflow: hidden;
    aspect-ratio: var(--slot-ratio, 1 / 1);
}

.simple-slot-reel {
    will-change: transform;
}
