.stream-avatar-thumb {
    margin: 0.1rem;
    box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.25);
}
.stream-live {
    background-color: red;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 6px;
}
.stream-video {
    width: 100%;
    height: 188px;
}
.stream-not-found {
    width: 100%;
    height: 188px;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stream-status {
    margin-right: 5px;
}