.sezzle-overlay {
  	position:fixed;
	min-width:100%;
  	min-height:100%;
  	background-color:rgba(0,0,0,0.7);
  	z-index:9999;
  	display:none;
}