a.yottie-widget-video-info-title {
    color: #282828 !important;;
    font-family: "Inter Tight", Sans-serif !important;;
    font-size: 1em !important;;
    font-weight: 800 !important;;
    line-height: 1em !important;;
}

span.yottie-widget-video-preview-thumbnail {
    border-radius: 15px;
}

a.yottie-widget-video-info-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.yottie-widget-video-info-title {
    white-space: normal !important;
}