#bodyimage, .photo-background{
			background: url(../images/editable_images/image_background_5.jpg) no-repeat right top;
/*  ----DON'T EDIT THE CODE BELOW!! THE CODE WORKS IN IOS DEVICES ONLY IN THIS ORDER  */
	 background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 100%;
        width: 100%;
        position: fixed !important;
	    top: 0;
	background-position: right top;
}