There are lots of ways to display video on your website. One of them is using <iframe> to embed media such as YouTube, Vimeo or any other video provider that provides <iframe> code to display relevant video.
This method normally works well but video embedded via <iframe> has normally set static width and height which is not very good for responsive design.