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: 183px; height: 177px; background-size: 183px 177px;  } 
.sprite.cta-text1 { background-position: 0 0; width: 75px; height: 10px; } 
.sprite.logo { background-position: 0 -15px; width: 131px; height: 74px; } 
.sprite.t1 { background-position: 0 -94px; width: 183px; height: 83px; } 

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


.t1 {top: 122px;left: -1px;} 
.t2 {top: 143px;left: -2px;} 
.legal {bottom: -20px;right: -13px;} 
.logo {bottom: -17px;left: -14px;} 
.cta-text1 {top: 1px;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: 84px;
    height: 12px;
    bottom: 16px;
    right: 10px;
    background-color: white;
    border: 2px solid white;
    border-radius: 20px;
}