// Based in Nicolas Gallagher's git.io/normalize
normalize-embed()
  img // No border when inside `a` in IE 8~10.
    border 0

  svg:not(:root) // Overflow should be hidden in IE 9~11.
    overflow hidden
