.yottie-widget-video-info-title {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    line-height: 18px;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Nunito Sans' Sans-serif;
}

div.yottie-widget-video-info-caption {
    display: -webkit-box !important;
    overflow: hidden;
    margin-top: 8px;
    word-wrap: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.4;
    font-size: 13px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40.9px;
    font-family: 'Nunito Sans' Sans-serif;
    font-size: 15px;
}

#yottie_1 .yottie-widget-video-info-caption {
    color: var(--e-global-color-15b08ed);
}