#close {
	position: absolute;
	cursor: pointer;
	width: 5vw;
	height: 5vw;
	z-index: 999;
	top:0;
	right: 0;
	transform: translate(-5vw,0vw);
  }