

.vid-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 40px;  
}

.thumbnail {
    width: 100%;
    border-radius: 15px;
    
}
.vid-title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.sponsor {
    font-size: 12px;
    display: inline;
    line-height: 30px;
}
.TV {
    display: inline-block;
    font-size: 15px;
    color: grey;
}

.channel-nm {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    color: grey;
}
.stats {
    font-size: 15px;
    color: grey;
    line-height: 10px;
}
.chnl-img-dock {
    width: 50px;
    vertical-align: top;
}
.channel-img {
    width: 40px;
    border-radius: 20px;
    
}
.vid-info-grid {
    display: grid;
    grid-template-columns: 50px 1fr;
}
.vid-info {
    width: 100%;
}
.thumbnail-dock {
    margin-bottom: 10px;
    position: relative;
}
.run-time {
color: white;
background-color: rgba(0, 0, 0, .7);
display: inline-block;
padding: 2px, 2px, 2xp;
font-size: 12px;
font-weight: 500;
position: absolute;
bottom: 10px;
right: 10px;
border-radius: 3px;
padding-left: 3px;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;

}

