body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

div,
svg,
img,
#teaserVid,
#tvcVid {
	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;
}
#ctaBackground,
#for_the,
#must,
#haves,
#that_make,
#xmas,
#vidBackground {
	fill: #fff;
	visibility: hidden;
}
#lockupKeyline,
#ctaTxt {
	visibility: hidden;
}
#teaserWrapper {
	clip: rect(0px,970px,250px,0px);
	overflow: hidden;
}
#lockupKeyline {
	stroke-width: 6;
	stroke-linecap: square;
	stroke-miterlimit: 30;
	fill: none;
	stroke: #fff;
}


#tvcWrapper,
#tvcVid,
#vidOverlay,
#initialPlay {
	width: 310px;
	height: 175px;
}
#tvcWrapper {
	top: 38px;
	left: 60px;
}
#initialPlay { cursor: pointer; }