body {margin: 0;}
div, svg, img {position: absolute;}
/*#container * {pointer-events: none;}*/
#container {
	background-color: black;
	border: 1px solid black;
	box-sizing: border-box;
	display: none;
	height: 600px;
	width: 300px;
	overflow: hidden;
}

.inner-border {
	border: 9px solid white;
	box-sizing: border-box;
	height: 598px;
	width: 298px;
}

.cta {
    background-color: #ffff00;
    top: 294px;
    left: 38px;
    width: 221px;
    height: 60px;
    cursor: pointer;
}

.click-tag {
	width: 300px;
	height: 600px;
	cursor: pointer;
	/*pointer-events: auto !important; */
}

/*Sprite*/
.sprite { background: url(faaf7d48d6eb77beb37d573ec47effb3c6226603.png)  no-repeat top left; height: 23px;  } 
.sprite.cta-text { background-position: 0 0; width: 122px; height: 16px; } 
.sprite.logo { background-position: -132px 0; width: 161px; height: 50px; } 
.sprite.text1-1 { background-position: -303px 0; width: 241px; height: 44px; } 
.sprite.text1-2 { background-position: -554px 0; width: 120px; } 
.sprite.text2-1 { background-position: -684px 0; width: 205px; height: 43px; } 
.sprite.text2-2 { background-position: -899px 0; width: 166px; } 
.sprite.text3-1 { background-position: -1075px 0; width: 225px; height: 42px; } 
.sprite.text4-1 { background-position: -1310px 0; width: 69px; height: 44px; } 
.sprite.whale { background-position: -1389px 0; width: 277px; height: 403px; } 
.sprite.text9 { background-position: -10px -100px; width: 234px; height: 13px;}
.sprite.logo3 { background-position: -10px -150px; width: 99px; height: 50px;}

.sprite.cta-text 	{margin: 22px 50px;} 
.sprite.logo 		{bottom: 28px;right: 13px;} 
.sprite.text1-1 	{top: 119px;left: 29px;} 
.sprite.text1-2 	{top: 133px;left: 89px;} 
.sprite.text2-1 	{top: 174px;left: 47px;} 
.sprite.text2-2 	{top: 168px;left: 66px;} 
.sprite.text3-1 	{top: 230px;left: 37px;} 
.sprite.text4-1 	{top: 284px;left: 115px;} 
.sprite.whale 		{bottom: -1px;left: -1px;} 

.text9{top: 70px;left: 30px;}
.logo3{top: 520px;left: 16px;}