Change size of the video container

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-thumbnail {
  height: 393px !important;
  width: 700px !important;
}