.tanit-marquee {
    overflow: hidden;
    width: 100%;
}

.tanit-marquee-track {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
    will-change: transform;
}

.tanit-marquee-item {
    flex: 0 0 auto;
    width: max-content;
    white-space: nowrap;
}