body {margin: 0px;}

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

#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: 348px; height: 152px; background-size: 348px 152px;  } 
.sprite.cta-text1 { background-position: 0 0; width: 57px; height: 8px; } 
.sprite.logo { background-position: 0 -13px; width: 114px; height: 69px; } 
.sprite.t1 { background-position: 0 -87px; width: 348px; height: 65px; } 

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


.t1 {top: 0px;left: 3px;} 
.t2 {top: 25px;left: 4px;} 
.legal {bottom: -6px;left: 520px;} 
.logo {bottom: -17px;left: -9px;} 
.cta-text1 {top: 1px;left: 3px;} 
.circle {
    background-color: white;
    border-radius: 30px;
}

/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg, .shadow{
	width: 100%;
	height: 100%;
}
.cta {
    width: 62px;
    height: 9px;
    bottom: 15px;
    right: 15px;
    background-color: white;
    border: 2px solid white;
    border-radius: 20px;
}