body, html{
	height: 100%;
	overflow: hidden;
	margin: 0;
}

.background-image{
	background-image: url(images/Page_web_desktop_Aparthouse.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	height: 100%;

}


@media only screen and (max-width : 980px){

.background-image{
background-image: url(images/Page_web_mobile_Aparthouse.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	height: 100%;
}
}