Change video border radius

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

.yottie-widget-video
.yottie-widget-video-preview {
border-radius: 20px;
overflow: hidden;
}