#livestreamingInfoDiv {
    overflow-wrap: break-word;
}

#titleLivestreaming {
    color: var(--main-text-color-video, white);
    font-size: xx-large;
    position: relative;
    max-width: 63vw;
    padding: 30px 0 0 0;
    margin: 0;
}

#descriptionLivetreaming {
    color: var(--main-text-color-video, white);
    font-size: large;
    /* Commentato altrimenti descrizione non allineata su tutto il player */
    /* max-width: 80vw; */
    margin: 0;
}

.video_player_bab {
    width: 100%;
}


@media screen and (max-width: 990px) {
    #titleLivestreaming {
        font-size: large !important;
        max-width: 92vw;

    }

    #descriptionLivetreaming {
        font-size: medium !important;
    }
}