.thumbnail {
    width: 100%;
    cursor: pointer;
}


.video-title {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 400px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 245px;
    cursor: pointer;
}

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

.profile-picture {
    width: 36px;
    border-radius: 50px;
}

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

.video-author, .video-stats {
    font-size: 12px;
    color: rgb(96, 96, 96);
    cursor: pointer;
}

.video-author {
    margin-bottom: 4px;
}

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

.video-time {
    background-color: black;
    color: white;
    position: absolute;
    bottom: 8px;
    right: 5px;
    font-family: cursive;
    font-size: 12px;
    font-weight: 500px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 2px;
}
.notifications-icon {
    position: relative;

}
.notifications-count {
    position: absolute;
    top: -3px;
    right: -7px;
    background-color: rgb(204 0 0);
    color: white;
    font-family: cursive;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 80px;
    border-width: 2px;
    border-style: solid;
    border-color: white;
}
