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

/*parallax-css*/
.background { background-repeat:no-repeat; background-position:50% 50%;}
.fullscreen { height:100%; overflow:hidden;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.background { background-position:30% 50%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.background { background-position:30% 50%;}
}

@media screen and (min-width:601px) and (max-width:767px) {

}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}