.bn-compare__layer--after,
.bn-compare__layer--after[style] {
  width: 100%;
  background-position: center;
  background-size: cover;
  clip-path: inset(0 calc(100% - var(--bn-compare-position)) 0 0);
  will-change: clip-path;
}
