div.SubscriptionPopUp{ background:#fff; width:100%; max-width:800px; float:left; margin:0; padding:0px ; }
div.SubscriptionPopUp div.data{ width:100%; float:left; margin:0; padding:30px 30px;overflow:auto;height:700px;}

div.thanks-copy{ max-width:740px;color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9;}
/* div.thank-you-page{background-position:center top; background-image:url(../images/trash/thank-you-banner.jpg);} */
div.thank-you-page .overlay{width:100%; height:100%; position:absolute; top:0px; left:0px; background-color:rgba(0,0,0,0.8);}
div.thanks-copy h1{ font-family:'PlayfairDisplayRegular'; font-size:56px; margin-bottom:10px; padding-bottom:0px; line-height:70px; font-weight:normal;
text-transform:uppercase;}
div.thanks-copy p{ font-family:'PoppinsRegular'; font-size:24px; line-height:35px;} 
div.thanks-copy p a{ color:#fff;font-size:24px;}

@media screen and (max-width:767px)
{
	div.thank-you-page{background: url(../images/mob-thank-you-banner.jpg) no-repeat; background-size:cover; background-position:center center;} 
	div.thanks-copy p br{ display:none;}
}
@media screen and (max-width:480px)
{
	div.thanks-copy h1{font-size:40px; line-height:40px;}
	div.thanks-copy p{font-size:18px; line-height:28px;}
	div.thanks-copy p a{ font-size:20px;}
}