﻿/* wallpapers */
	.cocis-wallpaper-1 {
		background:url(../../SiteAssets/MobileWallpapers/Princes-Island-Bridge-Spring-480.jpg) no-repeat !important;
		background-size: 100% 100% !important;
	}
	.cocis-wallpaper-2 {
		background:url(../../SiteAssets/MobileWallpapers/Sunset-Skyline-480.jpg) no-repeat !important;
		background-size: 100% 100% !important;
	}
	.cocis-wallpaper-3 {
		background:url(../../SiteAssets/MobileWallpapers/Old-City-Hall-Winter-480.jpg) no-repeat !important;
		background-size: 100% 100% !important;
	}
	.cocis-wallpaper-4 {
		background:url(../../SiteAssets/MobileWallpapers/olympic-plaza-lights-480.jpg) no-repeat !important;
		background-size: 100% 100% !important;
	}
	.cocis-wallpaper-5 {
		background:url(../../SiteAssets/MobileWallpapers/bow-river-ice-480.jpg) no-repeat !important;
		background-size: 100% 100% !important;
	}
	/* NOTE: If number of wallpapers changes then update the code in this file: /SitePages/cocis/MobileWallpaperManager.js  */

/* for iPhone 5 */
	@media
	only screen and (-webkit-min-device-pixel-ratio : 1.5),
	only screen and (min-device-pixel-ratio : 1.5) {
	}
		.cocis-wallpaper-1 {
			background:url(../../SiteAssets/MobileWallpapers/Princes-Island-Bridge-Spring-815.jpg) no-repeat !important;
			background-size: 100% 100% !important;
		}
		.cocis-wallpaper-2 {
			background:url(../../SiteAssets/MobileWallpapers/Sunset-Skyline-815.jpg) no-repeat !important;
			background-size: 100% 100% !important;
		}
		.cocis-wallpaper-3 {
			background:url(../../SiteAssets/MobileWallpapers/Old-City-Hall-Winter-815.jpg) no-repeat !important;
			background-size: 100% 100% !important;
		}
		.cocis-wallpaper-4 {
			background:url(../../SiteAssets/MobileWallpapers/olympic-plaza-lights-815.jpg) no-repeat !important;
			background-size: 100% 100% !important;
		}
		.cocis-wallpaper-5 {
			background:url(../../SiteAssets/MobileWallpapers/bow-river-ice-815.jpg) no-repeat !important;
			background-size: 100% 100% !important;
		}
		/* NOTE: If number of wallpapers changes then update the code in this file: /SitePages/cocis/MobileWallpaperManager.js  */
	}