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: 216px; height: 214px; background-size: 216px 214px;  } 
.sprite.cta-text1 { background-position: 0 0; width: 81px; height: 10px; } 
.sprite.t1 { background-position: 0 -15px; width: 216px; height: 62px; } 
.sprite.legal { background-position: 0 -82px; width: 122px; height: 53px; } 
.sprite.logo { background-position: 0 -140px; width: 131px; height: 74px; } 

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


.t1 {top: 145px;left: -1px;} 
.t2 {top: 143px;left: -2px;} 
.legal {bottom: -15px;right: 0px;} 
.logo {bottom: -16px;left: -14px;} 
.cta-text1 {top: 2px;left: 4px;} 
.circle {
    background-color: white;
    border-radius: 30px;
}

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