@media (max-width: 900px) {
  body > main > .featured-rail {
    display: block !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
  }

  .featured-rail-list {
    width: 100%;
    min-width: 0;
  }

  .featured-rail-list article {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .featured-rail-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
