.channel-thumbnail {
    margin-bottom: 10px;  
    position: relative;
    width: 300px;
    padding-left: none;

}


.video-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.video-time {
    position: absolute;
    bottom: 12px;
    right: 10px;
    background-color: rgb(25, 25, 25);
    color: aliceblue;
    border-radius: 3px;
    padding: 4px 4px 2px 4px;
    font-size: 14px;  
}

.channel-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0px 0px 0px 0px;
    object-fit: cover;
}

.channel-picture {
    width: 60px;
    display: inline-block;
    vertical-align: center;
}

