@media all and (display-mode: fullscreen) {

	.cont_h_serviceOn {
		display: none;
	}
	.cont_h_serviceOff {
		display: block;
	}

}