I usually use <iframe> for embedding videos. I think youtube has it's own way of sharing videos for embedding in html, it's probably not just putting the video address, it has a altered address, you should check it out before implementing.
In any case, you should be able to modify the normal video tags with css as well. if you have problems with that, I suggest using video-js or other html video players.