﻿/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.background-image{
		background-image:url('../img/404-server-error/404_Mob.jpg' )!important;
		background-size:cover !important;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.background-image{
		background-image:url('../img/404-server-error/404_Mob.jpg' )!important;
		background-size:cover !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.background-image{
		background-image:url('../img/404-server-error/404_TP.jpg' )!important;
		background-size:cover !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.background-image{
		background-image:url('../img/404-server-error/404_TL.jpg' )!important;
		background-size:cover !important;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.background-image{
		background-image:url('../img/404-server-error/404_DT.jpg' )!important;
		background-size:cover !important;
	}
}