#video-player-container {
    position: fixed;
    top: 0px;
    z-index: 999999;
    width: 100%;
    height: 100svh;
    display: none;
    background: #000;
}

#video-player-container.ativo {
    display: flex;
    place-content: center;
}

#video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#video-player-fechar {
    position: fixed;
    width: 42px;
    rotate: 31deg;
    top: 20px;
    right: 24px;
    cursor: pointer;
    z-index: 999999;
}
