.parallax-viewport {
    position: relative;     /* relative, absolute, fixed */
    overflow: hidden;
}
.parallax-layer {
    position: absolute;
}

#port {
  overflow: hidden;
  position: relative;
  /*height: 650px;*/
  height: 600px;
}

#port img {
	bottom: 50px;
}