.change-box {
	position: relative;
	width: 95%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -110%;
  top: 0;
  background: #fff;
}

#close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  display: none;
  cursor: pointer;
}

