.shell {
  width: min(1280px, calc(100% - 48px));
}

@media (max-width: 640px) {
  .shell {
    width: min(calc(100% - 32px), 1280px);
  }
}
