.scrollable-active.scrollable-view { overflow: hidden; position: relative;
    /*-ms-touch-action: none; touch-action: none;*/
    /*-webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;*/
    /*-ms-scroll-chaining: none;*/
}
.scrollable-active * { /*-ms-scroll-chaining: none;*/ }
.scrollable-active .scrollable-container { display: table; overflow: hidden; overflow-x: scroll; /*-ms-touch-action: none; touch-action: none; */}
.scrollable-active .scrollable-item { display: table-cell; float: none; }
.scrollable-prev { position: absolute; top: 50%; left: 0; display: none;}
.scrollable-next { position: absolute; top: 50%; right: 0;  display: none;}
.scrollable-active .scrollable-next { display: block;}
.scrollable-active .scrollable-prev { display: block;}
