.t-img {
    width: 100%;
    position: top;
}

.video-grids{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
}

.Video_Title{
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}

.channel_name,
.video_stats{
    font-size: 12px;
    color: rgb(96, 96, 96);
}

.channel_name{
    margin-bottom: 4px;
}

.video_stats{
    margin-bottom: 12px;
}

.channel_pic{
    vertical-align: top;
}

.video-info-grid{
    display: grid;
    grid-template-columns: 50px 1fr;
}

.channel_img{
    width: 40px;
    border-radius: 50px;
}

.thumbnail{
    margin-bottom: 12px;
    position: relative;
}

.video-time{
    font-family: Roboto, Arial;
    font-size: 12px;
    font-weight: 500;
    padding: 4px;
    background-color: black;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 4px;
}