.auto-scroll{
    width: max-content;
    max-width: 95vw;
    margin: auto;
    overflow:auto;
    white-space: nowrap;
}

.auto-scroll::-webkit-scrollbar{
    display: none;
}