.scroll-grid { 
  grid-template-columns : none; 
  grid-auto-flow: column;
  grid-auto-columns: 320px;
  overflow-x: scroll;
}