/* V121 — keep the complete showcase pager centred on every viewport. */
.home-showcase-controls {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  max-width: calc(100% - 24px);
  white-space: nowrap;
}

@media (max-width: 680px) {
  .home-showcase-controls {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }
}
