 body {
	position: relative;
	height: 100vh;
	background-image: url(images/background.png);
	 background-size: cover cover;
	     background-size: cover;
    background-position: center center;
	 margin: 0;
}

body a.facebook {
	 display: block;
    width: 100%;
    height: 70%;
}

body a.mail {
	 display: block;
    width: 100%;
    height: 30%;
}

@media (max-width: 992px) {
	 body {
		background-image: url(images/background-mobile.png);
    background-repeat: no-repeat;
		 background-position: center center;
	}
	
	
	body a.facebook {
		height: 50%;
	}

	body a.mail {
		height: 50%;
	}
}
/*


 body {
	position: relative;
	height: 100vh;
	background: rgb(97,195,255);
background: -moz-linear-gradient(195deg, rgba(97,195,255,1) 0%, rgba(250,209,214,1) 46%, rgba(255,226,113,1) 100%);
background: -webkit-linear-gradient(195deg, rgba(97,195,255,1) 0%, rgba(250,209,214,1) 46%, rgba(255,226,113,1) 100%);
background: linear-gradient(195deg, rgba(97,195,255,1) 0%, rgba(250,209,214,1) 46%, rgba(255,226,113,1) 100%);
filter: progid:DXImageTra
}
body img {
	-o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
} */