/* 
  Safari is unable to handle the default responsive media styles from global.css (line 447) correctly. 
  This causes media elements with these styles applied being displayed with height: 0 and therefore not visible.
  To fix this, we set width: auto here.
*/

img, video {
	width: auto;
}