@charset "utf-8";
/* CSS Document */


.parallax {
    position: relative;
    overflow: hidden;
}
.background {
	position:absolute;
	background-repeat:no-repeat;
	background-size:cover;
}
.plx01{
    height: 150px;
}
.plx02{
    height: 500px;
}
.plx03{
    height: 350px;
}


@media only screen and (min-width: 481px) {
	.plx02{
		height: 650px;
	}
}

@media only screen and (min-width: 769px) {
	.plx02{
		height: 850px;
	}
	.plx03{
    height: 550px;
}
}
	
	

@media only screen and (min-width: 1100px) {
	.plx01{
    height: 300px;
	}
	.plx02{
		height: 950px;
	}	
	
}
