@media only screen and (max-width: 299.5px) and (max-height: 299.5px){
	body{
		background: url('../img/resolution_low.png') no-repeat fixed !important;
		background-size: 100% !important;
	}
	#page{
		display: none !important;
	}
	#pageFrame{
		display: none !important;
	}
	.coche{
		display: none !important;
	}
}
@media only screen and (max-width: 299.5px) and (min-height: 299.5px){
	body{
		background: url('../img/resolution_low.png') no-repeat fixed !important;
		background-size: 100% !important;
	}
	#page{
		display: none !important;
	}
	#pageFrame{
		display: none !important;
	}
	.coche{
		display: none !important;
	}
}
@media only screen and (min-width: 299.5px) and (max-height: 299.5px){
	body{
		background: url('../img/resolution_low.png') no-repeat fixed !important;
		background-size: 100vh !important;
	}
	#page{
		display: none !important;
	}
	#pageFrame{
		display: none !important;
	}
	.coche{
		display: none !important;
	}
}