#TL-Browser-Initializing > .orb-thing {
	background-image: linear-gradient(#eeb551, #c65b1e);
}

#TL-Browser-Initializing > .content-zone > img {
	width: 300px;
	height: auto;
}

#TL-Browser-Initializing > .content-zone > h1 {
	margin-top: 1em;
}

#TL-Browser:not(.guest-nav-visible):not(.app-nav-hidden) {
	top: 0;
	height: 100vh;
}

@media only screen and (max-width: 900px) {
	#TL-Browser:not(.app-nav-hidden) {
		top: 0 !important;
		height: 100vh !important;
	}
}
