.view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* white background */
  background-size: contain; /* or cover */
  background-repeat: no-repeat;
  background-position: center center;
}

#package {
	position:relative;
	background:black;
    width:1200px;
    height:3800px;
    overflow: auto;
    margin: 0px auto;
}