:root {
  --rx-content-width: 1120px;
}

.rx-performance-box {
  max-width: var(--rx-content-width);
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.rx-homepage-js-ready body {
  scroll-behavior: smooth;
}

.rx-article-js-ready article img {
  content-visibility: auto;
}
