body {margin: 0px;}

#container {
	background-color: #B4F9FD;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	pointer-events: none;
    width: 170px;
	height: 70px;
    left: 50%;
    transform: translate(-50%, 0);
}

#container * {
	position: absolute;
}

#clickthru{
	width: 100%;
	height: 100%;
	pointer-events: auto;
}


/*--------- ELEMENT POSITION ---------*/
.text1,.text2 {
    width: 103px;
    height: 7px;
    left: 23px;
    top: 5px;
}
.text2{
    top: 25px;

}

/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}

.cta{
    background-color:#B47AFE;
    border-radius: 30px;
    border: 1px solid #B47AFE;
    width: 148px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: auto;
    overflow: hidden;
}


.cta-bg{
    width: 148px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    left: -150px;
}
.ctaText{
    position: absolute;
    width: 150px;
    height: 15px;
    top: 12px;
    overflow: hidden;
}