body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

div,
svg,
img,
#teaserVid,
#cta {
	width: 970px;
	height: 250px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
}
#container {
	background-color: #000;
	overflow: hidden;
}
#container,
#teaserVid,
#mainContent {
	visibility: visible;
}
#productCopy,
#ctaBackground,
#for_the,
#must,
#haves,
#that_make,
#xmas {
	fill: #fff;
	visibility: hidden;
}
#lockupKeyline {
	stroke-width: 6;
	stroke-linecap: square;
	stroke-miterlimit: 30;
	fill: none;
	stroke: #fff;
	visibility: hidden;
}