
// Prevents modern browsers from displaying `audio` without controls.
// Remove excess height in iOS5 devices.

audio:not([controls])
  display: none
  height: 0
