.pt-x-popup{
	background:url('https://powtoon-prod-static.s3.amazonaws.com/images/dashboard/popup/close.png') no-repeat;
	display:block;
	width:32px;
	height:32px;
	float:right;
	cursor:pointer;
	margin-top:36px;
}

.pt-thumb{
	background:url('https://powtoon-prod-static.s3.amazonaws.com/images/dashboard/popup/popup_thumb.jpg') no-repeat;
	position: absolute;
	top: 125px;
	left:0;
	right:0;
	margin:auto;
	width:640px;height:360px;
	z-index: 9;
}

.popup-cta{
	width: 222px;
	height: 50px;
	border-radius: 32px;
	background-color: #2f4ffd;
	text-align: center;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	line-height:50px;
	cursor:pointer;
}

.popup-cta a{
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
	cursor:pointer;
}

.play-btn{
	width:130px;
	height:130px;
	background:url('https://powtoon-prod-static.s3.amazonaws.com/images/dashboard/popup/play.png') no-repeat;
	margin:150px auto 0;
	z-index: 10;
	position:relative;
	cursor:pointer;
	transition:all 0.1s;
}

.play-btn:hover{
	transform:scale(1.05);
	background-size:100%;

}

.popup-text{
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: 0.5px;
	text-align: center;
	color: #030291;
}

.popup-text span{
	font-family:muller-black;
	font-size: 40px;
	letter-spacing: 0.8px;
}

