body {margin: 0px;}

#container {
	background-color: black;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	pointer-events: none;
    width: 970px;
	height: 250px;
}

#container * {
	position: absolute;
}


#border{
    border: 1px solid gray;  
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 502px; height: 211px; background-size: 502px 211px;  } 
.sprite.t1 { background-position: 0 0; width: 502px; height: 106px; } 
.sprite.cta-text1 { background-position: 0 -111px; width: 117px; height: 15px; } 
.sprite.logo { background-position: 0 -131px; width: 149px; height: 80px; } 

/*--------- SPRITE POSITION ---------*/


.t1 {top: 53px;left: 25px;} 
.t2 {top: 73px;left: 232px;} 
.t3 {top: 113px;left: 13px;} 
.legal {bottom: 30px;left: 144px;} 
.logo {bottom: -6px;left: 13px;} 
.cta-text1 {top: 4px;left: 8px;} 
.circle {
    background-color: white;
    border-radius: 30px;
}

/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg, .shadow{
	width: 100%;
	height: 100%;
}
.cta {
    width: 132px;
    height: 22px;
    top: 201px;
    left: 797px;
    background-color: white;
    border: 2px solid white;
    border-radius: 20px;
}