/* Top Picture */

.slide1{
  	z-index: 0;
}

#project1-background{
	position: fixed;
  	left: 0;
  	right: 0;
  	top:-5%;
 	left: 0px;
	width: 100%;
	height: 60%;
}

#project2-background{
	position: fixed;
  	left: 0;
  	right: 0;
  	top:-5%;
 	left: 0px;
	width: 100%;
	height: 60%;
}

#videobackground{
	position: fixed;
	top: 0;
    right: 0;
    bottom: 0;
	width: 100%; 
    min-height: 100%;
}

@media only screen and (min-width: 320px) {
	#videobackground {
		position: fixed;
		top: -38%;
	    right: 0;
	    bottom: 0;
		width: 100%; 
	    min-height: 100%;
	}
}

@media only screen and (min-width: 400px) {
	#videobackground {
		position: fixed;
		top: -38%;
	    right: 0;
	    bottom: 0;
		width: 100%; 
	    min-height: 100%;
	}
}

@media only screen and (min-width: 680px) {
	#videobackground {
		position: fixed;
		top: -27%;
	    right: 0;
	    bottom: 0;
		width: 100%; 
	    min-height: 100%;
	}
}

@media only screen and (min-width: 950px) {
	#videobackground {
		position: fixed;
		top: -20%;
	    right: 0;
	    bottom: 0;
		width: 100%; 
	    min-height: 100%;
	}
}

@media only screen and (min-width: 1400px) {
	#videobackground {
		position: fixed;
		top: -5%;
	    right: 0;
	    bottom: 0;
		width: 100%; 
	    min-height: 100%;
	}
}

/* Projects */

#slide2{
	bottom: -50%;
	bottom-margin: -1%;
}

#slide2 img{
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 25%;
	top: 60%;
  	left: 0;
  	right: 0;
  	z-index: 2;
}

@media only screen and (min-width: 320px) {
	#slide2 img {
		position: relative;
		width: 100%;
		height: 100%;
		padding-top: 50%;
		top: 60%;
	  	left: 0;
	  	right: 0;
	  	z-index: 2;
	}
}

@media only screen and (min-width: 400px) {
	#slide2 img {
		position: relative;
		width: 100%;
		height: 100%;
		padding-top: 50%;
		top: 60%;
	  	left: 0;
	  	right: 0;
	  	z-index: 2;
	}
}

@media only screen and (min-width: 680px) {
	#slide2 img {
		position: relative;
		width: 100%;
		height: 100%;
		padding-top: 50%;
		top: 60%;
	  	left: 0;
	  	right: 0;
	  	z-index: 2;
	}
}

@media only screen and (min-width: 950px) {
	#slide2 img {
		position: relative;
		width: 100%;
		height: 100%;
		padding-top: 28%;
		top: 60%;
	  	left: 0;
	  	right: 0;
	  	z-index: 2;
	}
}

@media only screen and (min-width: 1400px) {
	#slide2 img {
		position: relative;
		width: 100%;
		height: 100%;
		padding-top: 28%;
		top: 60%;
	  	left: 0;
	  	right: 0;
	  	z-index: 2;
	}
}

.project1-body{
	position: relative;
  	z-index: 2;
	width: 100%;
	height: 100%;
	
}

#project1-body img{
	width: 100%;
	height: 100%;
	padding-top: 25%;
	top: 60%;
  	left: 0;
  	right: 0;
}

#wanderdemo {
	width: 100%;
	height: 100%;
	margin-top: -4px;
}

#wanderdemo video{
	width: 100%;
	height: 100%;
}
