#container{
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width:300px;
    height: 250px;
    box-sizing: border-box;
	background: #1daeec;
}
#hotspot {
    position: absolute;
    top:0px;left:0px;
    height: 100%;
    width:100%;
    cursor: pointer;
    z-index: 150;
} 
#bg{
	position: absolute;
	width: 300px;
	height: 250px;
	bottom: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
#logo{
	position: absolute;
	width: 28px;
	height: 28px;
	left:23px;
	top:207px;
	background-image: url(img/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#nhtsaLogo{
	position: absolute;
	width: 129px;
	height: 26px;
	left:68px;
	top:208px;
	background-image: url(img/nhtsaLogo.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#txtBlock1{
	width: 192px;
	height: 131px;
	position: absolute;
	left: 24px;
	top:33px;
}
#txtBlock2{
	width: 210px;
	height: 108px;
	position: absolute;
	left: 24px;
	top:27px;
}
#cta{
	position: absolute;
	width:136px;
	height: 37px;
	left:20px;
	top:153px;
	background: #ffcc00;
	border-radius: 5px;
}
#ctaTxt{
	width: 110px;
	height: 14px;
	position: absolute;
	left: 16px;
	top: 12px;
}
.startZero{
	opacity:0;
}

