@media screen and (max-width: 420px) {
    .overflow-container {
        width:420px;
        overflow-x:auto;
        display: flex;
        -webkit-overflow-scrolling: touch;
    }
    .overflow-type {
        width: 420px;
        flex-shrink: 0;
        scroll-behavior: smooth;
        font-size:6px!important;
        -webkit-text-size-adjust: none;
    }
}