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: 300px;
	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: 234px; height: 158px; background-size: 234px 158px;  }
.sprite.cta-text1 { background-position: 0 0; width: 68px; height: 7px; }
.sprite.cta-text2 { background-position: 0 -12px; width: 68px; height: 7px; }
.sprite.date2 { background-position: 0 -24px; width: 208px; height: 23px; }
.sprite.date1 { background-position: 0 -52px; width: 234px; height: 23px; }
.sprite.logo-hulu { background-position: 0 -80px; width: 73px; height: 25px; }
.sprite.t1-1 { background-position: 0 -110px; width: 216px; height: 7px; }
.sprite.t1-2 { background-position: 0 -122px; width: 101px; height: 7px; }
.sprite.t2-1 { background-position: 0 -134px; width: 115px; height: 24px; }
/*--------- SPRITE POSITION ---------*/
.cta-text1,.cta-text2 {top: 10px;left: 16px;}
.cta-text2 {opacity:0; }
.t1-1  {top: 11px;left: 77px;}
.t1-2  {top: 23px;left: 134px;}
.logo-hulu {bottom: 15px;right: 14px;}

.logo-candy {top: 95px;width: 183px; height: 45px;left: 64.5%;
    transform: translateX(-50%);}
.t2-1 {bottom: 156px;left: 62%;
    transform: translateX(-50%);}
.date1 {bottom: 54px;left: 52px;}
.date2 {bottom: 54px;left: 80px;}
.dates{
	display:none;
}
/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg{
	width: 400px;
	height: 400px;
top: -76px;left: -50px;}

.cta{
    border-radius: 3px;
    width: 99px;
    height: 28px;
    left: 85px;
    bottom: 11px;
	border: 2px solid white;
}

.text1-div {
    background-color: #e02a81;
    width: 187px;
    height: 22px;
    top: 60px;
    left: 55px;
}
.gear-div {
    top:0px;
    left:0px;
}
