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: 728px;
	height: 90px;
	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: 365px; height: 145px; background-size: 365px 145px;  }
.sprite.cta-text1 { background-position: 0 0; width: 47px; height: 6px; }
.sprite.cta-text2 { background-position: 0 -11px; width: 47px; height: 6px; }
.sprite.date1 { background-position: 0 -22px; width: 185px; height: 19px; }
.sprite.date2 { background-position: 0 -46px; width: 166px; height: 19px; }
.sprite.logo-hulu { background-position: 0 -70px; width: 52px; height: 18px; }
.sprite.t1-1 { background-position: 0 -93px; width: 365px; height: 8px; }
.sprite.t1-2 { background-position: 0 -106px; width: 101px; height: 7px; }
.sprite.t2-1 { background-position: 0 -118px; width: 129px; height: 27px; }

/*--------- SPRITE POSITION ---------*/
.cta-text1,.cta-text2 {top: 7px;left: 11px;}
.cta-text2 {opacity:0; }
.t1-1  {top: 15px;left: 322px;}
/* .t1-2  {top: 23px;left: 119px;} */
.logo-hulu {bottom: 23px;right: 65px;}

.logo-candy {top: 37px;width: 181px; height: 45px;left: 26.3%;
    transform: translateX(-50%);}
.t2-1 {bottom: 56px;left: 26.6%;
    transform: translateX(-50%);}
.date1 {bottom: 23px;left: 336px;}
.date2 {bottom: 23px;left: 340px;}

.dates{
	display:none;
}
/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg{
	width: 900px;
	height: 200px;
top: -56px;left: -87px;}

.cta{
    border-radius: 3px;
    width: 68px;
    height: 19px;
    left: 521px;
    bottom: 20px;
	border: 2px solid white;
}

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