I am stuck with a problem, I don't understand: my method to make YouTube images round is to put them in a container with
border-radius: 50%;
overflow: hidden;
This works on Chrome and FF, but Safari places the image "over" the round container.
Please check the fiddle: http://jsfiddle.net/nikita_turing/2QyY3/
How do I make the images round on Safari?