@charset "UTF-8";

/* ==================================================
	Layout elements
   ================================================== */

body,
#mammoth,
#social,
#copyok {
	width: 1024px !important;
	min-width: 980px;
	margin: 0 auto;
}

#mammoth {
	margin: 30px auto 0 auto;
	background-size: 786px 252px;
}

#video {
	display: none;
}

#poster {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	min-height: 260px;
	background: #000;
	overflow: hidden;
	z-index: 1;
}


/* ==================================================
	Orientation - Portrait Styles
   ================================================== */
@media screen and (orientation:portrait) {
	html { zoom: 0.9 }
	body,
	#mammoth,
	#social,
	#copyok {
		width: 768px !important;
		min-width: 760px;
	}
	#poster {
		min-height: 217px;
	}
}


/* ==================================================
	Orientation - Landscape Styles
   ================================================== */
@media screen and (orientation:landscape) {
	html { zoom: 0.7 }
	#poster {
		min-height: 257px;
	}
}


/* ==================================================
	Retina Styles
 ================================================== */

@media (-webkit-min-device-pixel-ratio: 2) {

}