body {margin: 0px;}

#container {
	background-color: black;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	pointer-events: none;
    width: 300px;
	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: 284px; height: 294px; background-size: 284px 294px;  } 
.sprite.legal { background-position: 0 0; width: 144px; height: 60px; } 
.sprite.cta-text1 { background-position: 0 -65px; width: 75px; height: 10px; } 
.sprite.logo { background-position: 0 -80px; width: 137px; height: 78px; } 
.sprite.t1 { background-position: 0 -163px; width: 284px; height: 65px; } 
.sprite.t2 { background-position: 0 -233px; width: 256px; height: 61px; } 
/*--------- SPRITE POSITION ---------*/


.t1 {top: 121px;left: -3px;} 
.t2 {top: 143px;left: -2px;} 
.legal {bottom: -21px;right: -18px;} 
.logo {bottom: -19px;left: -17px;} 
.cta-text1 {top: 1px;left: 5px;} 
.circle {
    background-color: white;
    border-radius: 30px;
}

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