/* Codex homepage performance overrides. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.comp-root {
  max-width: 100%;
  overflow-x: hidden;
}

.index .banner .swiper-container {
  aspect-ratio: 2 / 1;
  height: auto;
}

.index .banner .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

@media (max-width: 767px) {
  .index .banner .swiper-container {
    aspect-ratio: auto;
    height: 400px;
  }

  .index,
  .index section,
  .index .container {
    max-width: 100%;
  }
}
