.white-popup {
  position: relative;
  background: transparent;
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  cursor: pointer;
  height: auto;
}
.white-popup img{
	width: 100%
}