#export-popup {
	position: fixed;
	top: 120px;
	left: 100px;
	right: 100px;
	bottom: 15px;
	z-index: 999;
}


@media screen and (min-width: 450px) and (max-width: 626px) {
  #export-popup { top: 160px; }
}