#p06.emotion-editorial-v95 {
  overflow: clip;
}

.emotion-editorial-v95__track {
  --p06-gallery-stage-height: 100svh;
  position: relative;
  width: 100%;
  height: var(--p06-gallery-stage-height);
  margin: 0;
  overflow: visible;
  background: #fff;
}

.emotion-editorial-v95__stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--p06-gallery-stage-height);
  overflow: hidden;
  background: #fff;
  opacity: var(--p06-gallery-entry, 0);
  transform: translateZ(0);
}

#p06.emotion-editorial-v95 .emotion-editorial-v92__gallery {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.emotion-editorial-v95__canvas {
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translate3d(0, var(--p06-gallery-y, 0px), 0)
    scale(var(--p06-gallery-scale, 1));
  transform-origin: 50% 0;
  will-change: transform;
}

#p06.emotion-editorial-v95 .emotion-editorial-v92__row:first-child {
  margin-top: 0;
}

#p06.emotion-editorial-v95 .emotion-editorial-v92__row:last-child {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .emotion-editorial-v95__track {
    height: auto !important;
  }

  .emotion-editorial-v95__stage {
    position: relative;
    height: auto;
    overflow: visible;
    opacity: 1;
  }

  #p06.emotion-editorial-v95 .emotion-editorial-v92__gallery {
    height: auto;
  }

  .emotion-editorial-v95__canvas {
    transform: none;
    will-change: auto;
  }
}
