
.streaming-div {
    width: 100%;
    
   
}
.streaming {
    width: 100%;
	height: 100%;
    min-height: 96vh;
}
.chat {
    width: 100%;
    min-height: 75.5vh;
    max-height: 75.5vh;
}
ul {
    text-decoration: none;
    margin-left: 15px;
}

.content-user-chat {
    overflow: hidden;
    width: 100%;
}
#content-user-online {
    height: 20vh;
}
@media (max-width: 909px) {
    .container-flex {
        display: flex;
        flex-direction: column;
        height: 100vw;

    }
    #content-user-online {
        display: none;
    }
    .streaming {
        width: 100%;
        min-height: 50vh;
    }
    .chat {
        width: 100%;
        min-height: 41vh;
    }
    .content-user-chat {
        overflow: hidden;
        width: 100%;
    }
}

@media (max-width: 825px) {
    .chat {
        width: 100%;
        min-height: 45vh;
    }
}
