.animation-container{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 500px;
overflow: hidden;
aspect-ratio: 9/16;
background: transparent;
}