/*bio mrunknown*/


.bgphoto2 {
	background-size: contain;
    -skrollr-animation-name: bgphoto2anim;
}
@-skrollr-keyframes bgphoto2anim {
	start {
		width: 100%; height: 100%;
		left: 15%; top: 15%;
		opacity: .7;
	}
	end {
		width: 130%; height: 130%; 
		left: 0%; top:0%;
		opacity: .4;
	}
}
.bgphoto1 {
    -skrollr-animation-name: bgphoto1anim;
}
@-skrollr-keyframes bgphoto1anim {
	start {
		width: 125%; height: 125%; 
		left: -10%;
	}
	end {
		width: 100%; width: 100%; 
		left: 0%;
	}
}