.baiv-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  user-select: none;
  touch-action: none;
}

.baiv-after,
.baiv-before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  pointer-events: none;
}

.baiv-before-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 50% 0 0);
  will-change: clip-path;
}

.baiv-slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
  cursor: ew-resize;
  z-index: 10;
}

.baiv-slider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 83px;
  transform: translate(-50%, -50%);
  background: #fff;
}

.baiv-slider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 41px;
  height: 15px;
  transform: translate(-50%, -50%);
  background:
    url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 6.49512L0 12.9903V-7.34329e-05L11.25 6.49512Z' fill='white'/%3E%3C/svg%3E")
      no-repeat right,
    url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.49512L11.25 -7.34329e-05V12.9903L0 6.49512Z' fill='white'/%3E%3C/svg%3E%0A")
      no-repeat left;
}

@media screen and (max-width: 1024px) {
  .baiv-wrapper {
    height: auto !important;
    padding-top: 56%;
  }
}

@media screen and (max-width: 500px) {
  .baiv-slider::after {
    width: 6px;
  }
}
