@media (min-height: 13cm) and (min-width: 13cm) {
	#popupZone {
		height : calc(100% - 52px/* header height */);
		top    : 52px; /* header height */
	}
	.mobile {
		display : none;
	}
}
