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;
}

#canvas-shine {
    top: 6px;
    left: 271px;
    width: 185px;
    height: 76px;
    position: absolute;
}

#container * {
	position: absolute;
}

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

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 495px; height: 434px; background-size: 495px 434px;  } 
.sprite.cta-text { background-position: 0 0; width: 70px; height: 24px; } 
.sprite.legal { background-position: 0 -29px; width: 194px; height: 6px; } 
.sprite.logo { background-position: 0 -40px; width: 43px; height: 27px; } 
.sprite.logo2 { background-position: 0 -72px; width: 43px; height: 27px; } 
.sprite.question { background-position: 0 -104px; width: 24px; height: 47px; } 
.sprite.t1 { background-position: 0 -156px; width: 495px; height: 20px; } 
.sprite.t2 { background-position: 0 -181px; width: 345px; height: 20px; } 
.sprite.t3 { background-position: 0 -206px; width: 186px; height: 76px; } 
.sprite.t4 { background-position: 0 -287px; width: 407px; height: 46px; } 
.sprite.t5 { background-position: 0 -338px; width: 311px; height: 45px; } 
.sprite.t6 { background-position: 0 -388px; width: 297px; height: 46px; } 

/*--------- SPRITE POSITION ---------*/
.cta-text {top: 12px;left: 20px;}
.logo, .logo2 {bottom: 9px;left: 673px;}

.legal {bottom: 6px;right: 367px;}
.question {top: 35px;right: -457px;}
.t1 {top: 34px;left: 192px;}
.t2{top: 34px;left: 256px;z-index: 1}
.t3 {top: 6px;left: 271px;}
.t4 {top: 24px;left: 210px;}
.t5 {top: 24px;left: 211px;}
.t6 {top: 20px;left: 165px;}

.carousel-cont{
  transform: scale(0.365);
  top: 2px;
  left: 27px;
}

.carousel-item {
    position: absolute;
    width: 300px;
    height: 250px;
    color: white;
    left: 0px;
  }
.sprite,canvas{
    z-index:10;
}

.carousel-item img:nth-of-type(2) {
    opacity:0.5;
  }

.img-f4{
  width: 122px;
  height: auto;
  top: -1px;
  left: 92px;
}

/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg, .grad, .arc{
	width: 728px;
	height: 90px;
}

svg{
	top: 0px;
	left: 0px;
    position: absolute;
}


.cta{
    background-color:#10b2a4;
    border-radius: 5px;
    width: 107px;
    height: 47px;
    left: 541px;
    top: 20px;
    box-shadow: 0px 3px 5px #aaaaaa;
}




