.fullscreen-bg-image {
	position: fixed;
	overflow: hidden;
	z-index: -100;
	min-height:100%;
    	min-width:100%;
	height:auto;
	width:auto;
	top:-100%; bottom:-100%;
	left:-100%; right:-100%;
	margin:auto;
}
