html, body {
  height: 100%;
  margin: 0;
}

.sisalto{
	background: url("tausta.jpg");
	background-size: cover;
	max-width: 1300px;
    margin: 0 auto;
    height: 970px;
    position: relative;
        min-height: 615px;
}

p.contact {
    position: absolute;
    bottom: 10px;
    right: 30px;
    color: #fff;
}
a{
	color: #fff !important;
	text-decoration: none;
}
.logo{display: none;}

@media only screen and (max-width: 600px) {
.sisalto{
	background-size: cover;
	background-position: center;
	max-width: 100%;
    height: 100%;
}
.logo{display: block;
width: 200px;
margin: 20px auto;}

}