#container{
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width:300px;
    height: 600px;
    box-sizing: border-box;
	background: #1daeec;
}
#hotspot {
    position: absolute;
    top:0px;left:0px;
    height: 100%;
    width:100%;
    cursor: pointer;
    z-index: 150;
}
#bg-wrap{
	position: absolute;
	width: 300px;
	height: 250px;
	top:0px;
	overflow: hidden;
}
#bg{
	position: absolute;
	width: 585px;
	height: 292px;
	top: -42px;
	background-image: url(img/bg.jpg); 
	background-repeat: no-repeat;
	background-size: contain;
}

#logo{
	position: absolute;
	width: 28px;
	height: 28px;
	left:63px;
	top:550px;
	background-image: url(img/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#nhtsaLogo{
	position: absolute;
	width: 129px;
	height: 26px;
	left:108px;
	top:551px;
	background-image: url(img/nhtsaLogo.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#txtBlock1{
	width: 240px;
	height: 174px;
	position: absolute;
	left: 24px;
	top:289px;
}
#txtBlock2{
	width: 204px;
	height: 332px;
	position: absolute;
	left: 36px;
	top:63px;
}
#cta{
	position: absolute;
	width:219px;
	height: 55px;
	left: 36px;
	top: 441px;
	background: #ffcc00;
	border-radius: 10px;
}
#ctaTxt{
	width: 147px;
	height: 18px;
	position: absolute;
	left: 37px;
	top: 20px;
}
.startZero{
	opacity:0;
}

