/* Wider layout for large screens */
.content-bounds,
.content-bounds-wide,
.content-bounds-slim {
  max-width: 2400px;
}

/* If your display is ultra-wide, use full width */
@media (min-width: 2600px) {
  .content-bounds,
  .content-bounds-wide,
  .content-bounds-slim {
    max-width: none;
  }
}
