Change background color of the video description

Add this code to the Custom CSS field on the Appearance tab of your widget’s settings:

.yottie-widget-video-classic .yottie-widget-video-info {
    padding: 16px 16px 14px !important;
    background: #fff;
}