/* CSS Document */
#slidepage  {
	height: 700px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: 50% 50%;
	}
@media screen and (max-width: 1024px) {
#slidepage  {
	height: 600px;
	}
 }
@media screen and (max-width: 640px) {
#slidepage  {
	height: 500px;
	}
 }