@charset "UTF-8";

body {
    background-color: rgb(46, 46, 46);
}

.videos-container {
    justify-self: center;
    display: flex;
    flex-wrap: wrap;
}

.video {
    width: 100%;
    max-height: 270px;
    padding: 5px;
}

.video-wo-height-filter {
    width: 100%;
    padding: 5px;
}

#video_SEATTLE_60 {
    height: 400px;
}

.error {
    color: red;
}

.stream-name {
    color: white;
}

#video-container {
    width: 30%;
}

#video-container-4c {
    width: 25%;
}

#video-container-6c-l {
    width: 15%;
}

#video-container-6c-xl {
    width: 16%;
}

#video-container-2c {
    width: 40%;
}

#video-container-single {
    width: 70%
}

