/* Fixed rectangular photo window matching the neighboring sliders' image band. */
html.public-theme .site-body .alpha-comparison[data-home-echo-framing] .alpha-comparison__layer {
  clip-path: inset(13.8% 0);
}
html.public-theme .site-body .alpha-comparison[data-home-echo-framing] .alpha-comparison__camping {
  clip-path: inset(13.8% 0 13.8% var(--split));
}
/* Identical rigid rotation and uniform zoom; the frame and divider remain untouched. */
html.public-theme .site-body .alpha-comparison[data-van-comparison="echovan"][data-home-echo-framing] .alpha-comparison__image {
  transform-origin: center;
  transform: translateX(-15%) rotate(-2deg) scale(1.38);
}

