#banner_image, .photo-background {
	background: url(../../images/editable_images/image_1.jpg) no-repeat center top !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
}