<section class="sg_inner_wrapper">
	<h2 class="sg_h2">Media</h2>
	<div class="sg_demo">
		<div class="sg_subsection">
			<h3 class="sg_h3">Default Image</h3>
			<img src="http://placehold.it/240x240" alt="Dog">
		</div>

		<div class="sg_subsection">
			<h3 class="sg_h3">Linked Image</h3>
			<a href="#"><img src="http://placehold.it/240x240" alt="Dog"></a>
		</div>

		<div class="sg_subsection">
			<h3 class="sg_h3">Missing Image</h3>
			<img alt="This is an example of a missing image">
		</div>

		<div class="sg_subsection">
			<h3 class="sg_h3">Svg</h3>
			<svg width="200px" height="200px">
				<circle cx="100" cy="100" r="100" fill="#ff0000" />
			</svg>
		</div>

		<div class="sg_subsection">
			<h3 class="sg_h3">Video</h3>
			<video controls preload="metadata" poster="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360" style="max-width: 100%;">
				<source id="mp4" src="http://media.w3.org/2010/05/bunny/trailer.mp4" type="video/mp4">
				<source id="ogv" src="http://media.w3.org/2010/05/bunny/trailer.ogv" type="video/ogg">
				<p>Your user agent does not support the HTML5 Video element.</p>
			</video>
		</div>

		<div class="sg_subsection">
			<h3 class="sg_h3">Missing Video</h3>
			<video controls></video>
		</div>

		<div class="sg_subsection">
			<h3 class="sg_h3">Audio</h3>
			<audio controls preload="metadata">
				<source src="http://media.w3.org/2010/07/bunny/04-Death_Becomes_Fur.mp4" type='audio/mp4'>
				<source src="http://media.w3.org/2010/07/bunny/04-Death_Becomes_Fur.oga" type='audio/ogg; codecs=vorbis'>
				<p>Your user agent does not support the HTML5 Audio element.</p>
			</audio>
		</div>

		<div class="sg_subsection">
			<h3 class="sg_h3">Missing Audio</h3>
			<audio controls></audio>
		</div>
	</div>
</section>
