also, I want to be able to add some text below each video I place, but when I type anything, the spacing is enormous. Is there anyway to style it so that I can caption the videos underneath each one?
And I figured out the CSS code myself. Just incase anyone else is curious:
To remove the space below videos posted on a portfolio page: .portfolio-field img, .portfolio-field .fluid-width-video-wrapper, .portfolio-field video { margin-bottom:0px; }
To style a caption below the video, I created a class for the tag: