.bb-video-title{
    padding:10px 8px 0;
    min-height:48px;

    display:flex;
    justify-content:center;
    align-items:flex-start;

    text-align:center;
    font-size:15px;
    font-weight:600;
    line-height:1.5;
    color:inherit;

    overflow:hidden;

    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-clamp:2;
}

.bb-video-title a{
    color:inherit;
    text-decoration:none;
}

.bb-video-title a:hover{
    color:var(--bb-primary-color);
}

@media (max-width:768px){
    .bb-video-title{
        min-height:44px;
        font-size:14px;
    }
}
