html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.photo {
	width: 100%;
	height: 100%;
	background: url("../img/jansekerka.jpg") no-repeat center center fixed;
	background-size: cover;
}