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: 104px;
    height: 7px;
    left: 0px;
    top: 0px;
}

.textMask{
    width: 104px;
    height: 7px;
    left: 23px;
    top: 16px;
	overflow: hidden;
}

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

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


.cta-bg {
	position: absolute;
	height: 30px;
	width: 30px;
	opacity: 0.3;
	border-radius: 50%;
	background-color: #ffffff;
	transform: scale(0);
}


