

.popupFLY {
  display: none;
  position: absolute;
  padding: 10px;
  width:500px;
  max-width:80%;
	left: 20px;

	height: auto;
  top: 20px;
  
  background: #ccc;
  z-index: 20;
  margin:0 auto;
}

#popup1FLY {
  -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
  box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
}