@media screen and (orientation: landscape) and (min-height: 450px), screen and (orientation: portrait) and (min-width: 768px), print {
	.btn_home {
		background: url(/images/home_on.png) no-repeat;
	}
}
