
.trx_popup {
	-webkit-animation-name: fadeIn_popup;
	animation-name: fadeIn_popup;
}
.trx_popup.close {
	-webkit-animation-name: fadeOut_popup;
	animation-name: fadeOut_popup;
}.trx_popup .trx_popup_container {
	background-image: url(https://www.worldwariiaviation.org/wp-content/uploads/2020/08/white.png);
}
/* Custom styles
*******************************/
.trx_popup .trx_popup_container {
    width: 450px;
    height: 550px;
}