.tl-gate-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.tl-gate-doors {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 10;
  pointer-events: none;
}

.tl-gate-left,
.tl-gate-right {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tl-gate-left {
  background-image: var(--gate-left-bg);
}

.tl-gate-right {
  background-image: var(--gate-right-bg);
}

.tl-gate-content {
  position: relative;
  z-index: 1;
}
