#xvideo-streams{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    height: 90vh;
    width: 1400px;
    margin:0 auto;
}

.xvideo-container{
    max-height: 100%;
    border: 2px solid black;
    background-color: #203A49;
}

.xvideo-player{
    height: 100%;
    width: 100%;
}
.xvideo-player{
    height: 800px;
    width: 800px;
}

.video-player > div > video {
    xcolor: orange;
    xwidth: auto !important;
    xheight: auto !important;
    position: inherit !important;
}
.video-player > div {
    display: initial;
}

@media screen and (max-width:1400px){
    #xvideo-streams{
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        width: 95%;
    }
}