@media (orientation: portrait) {
  .tile-rail {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
