.video-transaccion {
height: 550vh; position: relative;
z-index: 2;
}
.video-transaccion .video-container {
position: sticky;
top: 0;
height: 100vh;
width: 100%;
overflow: hidden;
background-color: #000;
}
.video-transaccion .scroll-image-layer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition: opacity 0.4s linear; will-change: opacity;
}
.video-transaccion .scroll-text-layer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
}
.video-transaccion .scroll-text {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, 100%); color: #fff; letter-spacing: 3px; 
font-weight: 600;
font-size: 4rem;
white-space: nowrap;
text-align: center;
text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}