la-scrollable demo

class="la-scrollable la-scrollable-animated la-scrollable-fixed"

        /* hint: */

        .grid.la-scrollable {
            display: flex;
            flex-wrap: wrap;
            width: 900px;
            overflow: hidden;
            height: 900px;
        }

        .item {
          flx-shrink: 0;
        }