body {margin: 0px;}
#container {
	background-color: black;
	border: 1px solid gray;
	box-shadow: inset 0 0 0 1px gray;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 970px;
	height: 250px;
	pointer-events: none;
}

#container * {
	position: absolute;
}

#clickthru{
	width: 100%;
	height: 100%;
	pointer-events: auto;
}

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 961px; height: 89px; background-size: 961px 89px;  } 
.sprite.cta-text1 { background-position: 0 0; width: 152px; height: 20px; } 
.sprite.cta-text2 { background-position: 0 -25px; width: 152px; height: 20px; } 
.sprite.legal { background-position: 0 -50px; width: 961px; height: 22px; } 
.sprite.date { background-position: 0 -77px; width: 160px; height: 12px; } 

/*--------- SPRITE POSITION ---------*/
.cta-text1,.cta-text2 {top: -25px;left: 8px;}
.cta-text2 {opacity:0; }
.t1 {top: 8px;left: 23px;}
.t2 {top: 105px;left: 81px;}
.date {top: 212px;left: 764px;}
.legal {top: 223px;left: 3px;}



/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg{
	width: 970px;
	height: 250px;
	left: -1px;
	top: -1px;
}


.cta{
    border-top: 32px solid black;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    width: 166px;
    /* height: 32px; */
    left: 759px;
    top: 172px;
    will-change: transform;
}

/*characters*/
.c1{
    width: 307px;
    height: 195px;
    left: 212px;
    top: 106px;
}
.c2{
    width: 72px;
    height: 72px;
    left: 432px;
    top: 127px;
}
.c3{
    width: 93px;
    height: 92px;
    left: 156px;
    top: 188px;
}
.c4{
    width: 139px;
    height: 140px;
    left: 513px;
    top: 160px;
}
.c5{
    width: 132px;
    height: 113px;
    left: 619px;
    top: 168px;
}
