
.iappcreation-thankyou-page.order-received-dialog-container{
	height:40vh;
}

.iappcreation-thankyou-page .order-received-dialog-frame{
    background: url(../images/order-received-frame.png) no-repeat;
	width: 100%;
	margin: auto;
	position: relative;
	padding: 8.2% 0;
	background-size: 100% auto;
	top: 30%;
}

.iappcreation-thankyou-page .order-received-dialog-frame-btn-group{
	margin-top: 2%;
	text-align: center;
}

.iappcreation-thankyou-page .order-received-dialog-frame button{
	width: 36.5%;
	display: inline-block;
	padding: 1% 0;
	margin: 0 5px;
	font-size: 3.5vw;
}

.iappcreation-thankyou-page .order-received-dialog-title{
	text-align:center;
	font-size:5.8vw;
}



@media screen and (min-width: 400px ) {
	.iappcreation-thankyou-page .order-received-dialog-title{
		font-size: 23.2px;
	}

	.iappcreation-thankyou-page .order-received-dialog-frame button{
		font-size: 14px;
	}

	.iappcreation-thankyou-page .order-received-dialog-frame{
		width: 360px;
		padding: 30px 0;
	}

}


@media screen and (min-width: 768px ) {

	.iappcreation-thankyou-page .order-received-dialog-frame{
		width: 450px;
		padding: 45px 0;
	}
	.iappcreation-thankyou-page .order-received-dialog-title{
		font-size:28px;
	}
	.iappcreation-thankyou-page .order-received-dialog-frame button{
		font-size: 16px;
	}

}
