You can either increase the height of the slider (not recommended as this affects all slides), change the layout to right-aligned, or add this to the Custom CSS of Theme Options to constrain the video:
.slider .image-title .slider-image{max-width: 640px;}
.slider .has-video iframe{max-width: 640px; max-height: 360px;}