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: 600px;
	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: 268px; height: 192px; background-size: 268px 192px;  }
.sprite.cta-text1 { background-position: 0 0; width: 78px; height: 10px; }
.sprite.cta-text2 { background-position: 0 -15px; width: 78px; height: 10px; }
.sprite.date1 { background-position: 0 -30px; width: 264px; height: 27px; }
.sprite.date2 { background-position: 0 -62px; width: 235px; height: 27px; }
.sprite.logo-hulu { background-position: 0 -94px; width: 81px; height: 28px; }
.sprite.t1-1 { background-position: 0 -127px; width: 268px; height: 11px; }
.sprite.t1-2 { background-position: 0 -143px; width: 126px; height: 11px; }
.sprite.t2-1 { background-position: 0 -159px; width: 153px; height: 33px; }

/*--------- SPRITE POSITION ---------*/
.cta-text1,.cta-text2 {top: 10px;left: 16px;}
.cta-text2 {opacity:0; }
.t1-1  {top: 29px;left: 16px;}
.t1-2  {top: 43px;left: 87px;}
.logo-hulu {bottom: 34px;right: 38px;}
.logo-candy {top: 418px;width: 217px; height: 54px;left: 50%;
    transform: translateX(-50%);}
.t2-1 {bottom: 186px;left: 50%;
    transform: translateX(-50%);}
.date1 {bottom: 78px;left: 21px;}
.date2 {bottom: 78px;left: 32px;}

.dates{
	display:none;
}
/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg{
	width: 400px;
	height: 800px;
top: -101px;left: -50px;}


.cta{
    border-radius: 3px;
    width: 109px;
    height: 30px;
    left: 39px;
    bottom: 31px;
	border: 2px solid white;
}

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