@@ -366,12 +366,13 @@ onMounted(() => {
height: 100%;
> video.fade-to-next-page {
position: absolute;
- left: 0;
- top: 0;
+ left: 50%;
+ top: 50%;
width: 100%;
object-fit: cover;
z-index: 20;
+ transform: translate(-50%, -50%) scale(1, 1.03);
}
> .scroller {
width: 100vw;