<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.scroll-container {
  display: flex;      
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
</style>
<!-- end Simple Custom CSS and JS -->
