Change border radius of the widget

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

.yottie-widget-inner{
    border-radius: 10px;
}