.global-waiting {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation-duration: 0.2s;
    animation-delay: 0.5s;
}

.global-waiting .video{
    width: 250px;
    height: 250px;
}