Change color of the video borders

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

.yottie-widget-video {
  border: 5px solid white;
  padding: 10px;
}