.hb26-page {
  background: #000;
}

.hb26-page .lb26-video-band video {
  display: block;
  width: 100%;
  height: auto;
}

.hb26-option-wrap {
  position: relative;
  background: #000;
}

.hb26-option-inner {
  position: relative;
}

.hb26-option-bg {
  display: block;
  width: 100%;
  height: auto;
}

.hb26-option-left,
.hb26-option-right {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.hb26-option-left {
  left: 0;
  width: 50%;
  justify-content: flex-start;
}

.hb26-option-right {
  right: 0;
  width: 50%;
  justify-content: flex-end;
}

.hb26-option-left img,
.hb26-option-right img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.hb26-swiper {
  background: #000;
  overflow: hidden;
}

.hb26-swiper-track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hb26-swiper-track::-webkit-scrollbar {
  display: none;
}

.hb26-swiper-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.hb26-swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.hb26-models-top {
  transition: background-color .25s ease;
}

.hb26-params-color-dot[data-hb26-color="0"] { background: #8ffd4a !important; }
.hb26-params-color-dot[data-hb26-color="1"] { background: #ffda44 !important; }
.hb26-params-color-dot[data-hb26-color="2"] { background: #56e6e4 !important; }

@media (max-width: 767px) {
  .hb26-option-left,
  .hb26-option-right {
    width: 45%;
  }
}
