#bodyimage, .photo-background{
			background: url('../../../../rw_common/images/IMG_0957.jpg') no-repeat;
/*  ----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:  center center;
}

/*#rw-banner-image {
	width: 100%;
	text-align: center;
	overflow: auto;	
	background: url('../../../../rw_common/images/IMG_0957.jpg') no-repeat center center;
    background-size: cover;
	position: absolute;
	top: 0;
	height: 100%;
}*/