@charset "UTF-8";

/* ==================================================
	Layout elements
   ================================================== */
#mobile_small { display: block; }

body,
#mammoth,
#social,
#copyok {
	width: 100% !important;
	min-width: 320px;
	margin: 0 auto;
}

#social {
	margin-top: 10px;
}

#mammoth {
	margin: 30px auto 0 auto;
	background-size: 100% auto;
	height: 40%;
}

#copyok {
	font-size: 8px;
}

#video {
	display: none;
}

#poster {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	min-height: 120px;
	background: #000;
	overflow: hidden;
	z-index: 1;
}

/* ==================================================
	Orientation - Portrait Styles
   ================================================== */
@media screen and (orientation:portrait) {
	html { zoom: 1 }
}


/* ==================================================
	Orientation - Landscape Styles
   ================================================== */
@media screen and (orientation:landscape) {
	html { zoom: 0.5 }
	#mammoth {
		margin: 12px auto 0 auto;
		background-size: 60% auto;
		height: 55%;
	}
}


/* ==================================================
	Retina Styles
 ================================================== */

@media (-webkit-min-device-pixel-ratio: 2) {

}
