/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-landscape.jpg) no-repeat center center fixed;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-small.jpg) no-repeat center center fixed;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-portrait.jpg) no-repeat center center fixed;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-landscape.jpg) no-repeat center center fixed;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-landscape.jpg) no-repeat center center fixed;
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-portrait.jpg) no-repeat center center fixed;
	}
}

/* iPad 3 (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-landscape.jpg) no-repeat center center fixed;
	}
}

/* iPad 3 (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-portrait.jpg) no-repeat center center fixed;
	}
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
	#landing {
		background: url(../assets/images/background.jpg) no-repeat center center fixed;
	}
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
	#landing {
		background: url(../assets/images/background.jpg) no-repeat center center fixed;
	}
}

/* iPhone 4 (landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-small.jpg) no-repeat center center;
	}
}

/* iPhone 4 (portrait) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-small.jpg) no-repeat center center;
	}
}

/* iPhone 5 (landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-small.jpg) no-repeat center center;
	}
}

/* iPhone 5 (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-small.jpg) no-repeat center center;
	}
}

/* iPhone 6 (landscape) ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-landscape.jpg) no-repeat center center;
	}
}

/* iPhone 6 (portrait) ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-portrait.jpg) no-repeat center center;
	}
}

/* iPhone 6+ (landscape) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-landscape.jpg) no-repeat center center;
	}
}

/* iPhone 6+ (portrait) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-portrait.jpg) no-repeat center center;
	}
}

/* Samsung Galaxy S3 (landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-landscape.jpg) no-repeat center center;
	}
}

/* Samsung Galaxy S3 (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	#landing {
		background: url(../assets/images/background.jpg) no-repeat center center;
	}
}

/* Samsung Galaxy S4 (landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-landscape.jpg) no-repeat center center;
	}
}

/* Samsung Galaxy S4 (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-portrait.jpg) no-repeat center center;
	}
}

/* Samsung Galaxy S5 (landscape) ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-landscape.jpg) no-repeat center center;
	}
}

/* Samsung Galaxy S5 (portrait) ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
	#landing {
		background: url(../assets/images/background-mobile-portrait.jpg) no-repeat center center;
	}
}