html.mobile {
	font-size: 1em; 
}

body.mobile {
	width: 100%;
}

.mobile .paddOnMobile {
	padding-left: 4% !important;
	padding-right: 4% !important;
}

.mobile .hideOnMobile {
	display: none !important;
}

.mobile .stackOnMobile,
.mobile .innerStackOnMobile .stack {
	flex-direction: column;
}

.mobile img,
.mobile .imgContainer,
.mobile .imgContainer img {
	width: 100%;
}

.mobile iframe {
	width: 100%;
}

.mobile #wrapper {
	width: 100%;
}

.mobile #wrapper > header video{
	width: 100%;
}

.mobile #wrapper > header h1 {
	width: 80%;
	font-size: 2rem;
}

.mobile #wrapper section > article.brandDescription img {
	width: 100%;
}

.mobile .brandDescription h1 {
	font-size: 4rem;
}

.mobile .brandDescription h3 {
	font-size: 2.5rem;
}

.mobile .brandDescription p {
	margin: 0rem 0rem 2rem 0rem;
	font-size: 2rem;
}

.mobile .productListing h1 {
	font-size: 4rem;
}

.mobile .productListing > div {
	flex-direction: column;
}

.mobile .productListing > div > div h2 {
	font-size: 2.2rem;
}

.mobile .productListing > div > div p {
	margin: 0rem 0% 2rem 0%;
	font-size: 1.7rem;
}

.mobile .videoInstance {
	flex-direction: column;
}

.mobile .videoInstance video {
	width: 100%;
}

.mobile .videoInstance > div {
	width: 100%;
}

.mobile .videoInstance > div h2 {
	font-size: 3rem;
}

.mobile .videoInstance > div p {
	font-size: 2.5rem;
}

.mobile .awards > p {
	font-size: 2rem;
}

.mobile .awards div p:nth-of-type(1) {
	width: 70%;
	margin: 0rem 0% 3rem 0%;
	font-size: 4rem;
}

.mobile .awards div p:nth-of-type(2) {
	font-size: 3rem;
}

.mobile .awards div p:nth-of-type(3) {
	width: 80%;
	margin: 0rem 0% 2rem 0%;
	font-size: 2.5rem;
}

.mobile #wrapper > footer > div {
	display: flex;
	flex-direction: column;
}

.mobile #wrapper > footer > div div {
	display: block;
}

.mobile #wrapper > footer .contactAdvertiser > header{
	text-align: center;
	padding: 2rem 0% 2rem 0%;
}

.mobile #wrapper > footer .claim.signature p {
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
}

.mobile #wrapper > footer .contactForm h3 {
	text-align: center;
	font-size: 3rem;
}

.mobile #wrapper > footer .contactForm p {
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col1 label {
	width: auto;
	height: auto;
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col1 input {
	height: 4rem;
	border-radius: 1rem;
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col2 label {
	width: auto;
	height: auto;
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col2 textarea {
	height: 10rem;
	border-radius: 1rem;
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col2 input[type="submit"] {
	float: right;
	font-size: 2rem;
}