html,
body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #222222;
  color: #fff;
  line-height: 1.5;
  font-family: -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#app {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panorama-slider {
  padding: 48px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.panorama-slider .swiper {
  width: 100%;
  height: 280px;
}
.panorama-slider .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.panorama-slider .swiper-pagination {
  bottom: -10px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: #fff;
}

.panorama-caption{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.panorama-title{
  font-size: 22px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: none;

  color: rgba(255,255,255,.92);
  text-shadow: 0 2px 14px rgba(0,0,0,.55);

  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.22);
  backdrop-filter: blur(4px);
  border-radius: 12px;
}
