/* stylemobile.css - mobile stylesheet */

body {
	font-family: sans-serif;
	font-size: 12pt;
	color: #000000;
	background: #ffffff;
}

figure.hero {
 	position: initial;
 }
 figure.hero img {
 	position: initial;
 	top: initial;
 	left: initial;
 	width: inherit;
 	height: inherit;
 }
 
 figure.hero figcaption {
 	position: initial;
 	top: initial;
 	left: initial;
 }
