@@ -329,8 +329,8 @@ a {
left: 7.8vw;
width: 64vw;
height: 54vh;
- overflow: hidden;
- clip-path: inset(0 calc((1 - var(--orbit-progress)) * 100%) 0 0);
+ overflow: visible;
+ clip-path: inset(-50% calc((1 - var(--orbit-progress)) * 100%) -50% 0);
}
.orbit-reveal--dashed {