/* demo-section + demo-section {
  height: 100vh;
} */

#stacked {
  display: flex;
  flex-wrap: wrap;
}

#stacked demo-item {
  display: flex;
  flex: 1;
  max-width: 320px;
}

#stacked demo-item div {
  text-align: center;
}
