/**
 * Try to detect the correct vsize
 * changes are stored in a cookie and should apply after the next page load
 */
@media all and (max-height: 749.99px) {
	body {
		background: no-repeat url('/forum/vsize.php?vsize=sm');
	}
}
@media all and (min-height: 750px) {
	body {
		background: no-repeat url('/forum/vsize.php?vsize=md');
	}
}
