section:has(.emts-horizontal-parallax-track) {
	position: sticky;
	top: 0;
}

.emts-horizontal-parallax-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.emts-horizontal-parallax-track {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: 100vh;
  transform: translateX(0);
  transition: transform 0.2s ease-out;
}

.emts-horizontal-card {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: #fafafa;
  border-right: 1px solid #ddd;
}
