.trm-popup-wrapper{
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	left:0;
	z-index:999999;
	background-color:rgba(0,0,0,0.2);
	display:none;
	/* Center vertically */
   align-items: center;

   /*Center horizontaly */
   justify-content: center;

   /*Center horizontaly ie */
   -ms-flex-pack: center;
   flex-direction: column;
}
.trm-popup-wrapper.active{
   display: block;   
}
.trm-popup{
	position:relative;
}
body.trm-popup-active{
	/*overflow: hidden;
	padding-right: 17px;*/
}