.video-container {
    position: relative;
    top: 1vh;
}

#myVideo {
    width: 960px;
    height: 540px;
}

#lottie-animation {
    position: absolute;
    top: 100px;
    left: -50px;
    width: 960px;
    height: 540px;
    pointer-events: none;
}

/* #lottie-svg-id {
    width: 50% !important;
    height: 50% !important;
} */

#playButton {
    height: 5rem;
    position: relative;
    top: 1vh;
    font-size: 2rem;
}