*,
*:before,
*:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
html,
body {
  height: 100%;
}
body {
  background: #000;
  margin: 0;
}
img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  flex: 1 1 auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.swiper {
  height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.swiper-slide-active {
  z-index: 100;
}
:root {
  --swiper-theme-color: #fff;
}