:root {
  --background-color: transparent;
  --text-color: #000000;
  --swiper-theme-color: #000000;
}
body {
  background: var(--background-color);
  color: var(--text-color);
  margin: 15px 0 15px 0;
  overflow: hidden;
  padding: 0;
  user-select: none;
}
.swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
}
.swiper-slide img {
  aspect-ratio: 1/1;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
