/* ./youtube */

.group-container {
    width: 100%; 
    display: block; 
    margin-bottom: 40px;
}

.group-heading {
    text-align: center;
    margin-bottom: 20px;
}

.stream-table {
    width: 100%;
    max-width: 1450px;
    margin: auto;
    table-layout: fixed; 
    
}

.stream-table th,
.stream-table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.stream-table img {
    width: 100%; 
    height: auto;
    display: block;
    border-radius: 50px 15px 50px 15px;
}

.stream-table a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.thumbnail-cell {
    position: relative;
}

.duration-overlay {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
}

.date-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
}

#live__total {
    width: 100%;
    text-align: center;
}