.screen.screen_start {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.screen.screen_start img {
    width: 50%;
    height: auto;
}


video {
    display: none;
}

