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 {
    width: 93px;
    height: 7px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 16px;
}

.text2 {
    width: 93px;
    height: 7px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 17px;
}

.textMask1{
	width: 148px;
	height: 40px;
	top: 15px;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}
.textMask2{
	width: 148px;
	height: 40px;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}


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

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

.cta-bg{
    background-color:#B47AFE;
    border-radius: 20px;
    border: 1px solid #B47AFE;
    width: 148px;
    height: 40px;
    bottom: 0;
    left: 0;
}
.bgMask{
    width: 150px;
    height: 42px;
    bottom: 14px;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow: hidden;
}