/* Keep the original desktop rule: #app is 1000px at >=640px.
   Only restore Swiper overflow so the starting carousel matches live. */
html,
body {
  margin: 0;
  background: #fff;
}

.starting .swiper {
  overflow: hidden;
  width: 100%;
}

.starting .img-box img {
  display: block;
  object-fit: cover;
}
