footer.gaia-footer p {
	text-align:left;
}

#tuner {
	display: table;
	margin: auto;
	width: auto;
	height: 50%;
}
	#tuner>p {
		font-size: 40vmin;
		display: table-cell;
		text-align: right;
		vertical-align: middle;
		width: 33%;
	}
	#tuner>p+p {
		text-align: center;
	}
	#tuner>p+p+p {
		text-align: left;
	}
@media screen and (orientation: portrait){
	#tuner {
		display: table;
		margin: auto;
		width: auto;
		height: 50%;
	}
	#canva {
		width: 100%;
		height: 50%;
		color: black;
		background-color: white;
		margin: auto;
	}
}
@media screen and (orientation: landscape){
	#tuner {
		display: table;
		margin: auto;
		width: 50%;
		height: 100%;
		float: left;
	}
	#canva {
		width: 50%;
		color: black;
		background-color: white;
		margin: auto;
		position: absolute;
		bottom: 0px;
		max-height: 100%;
	}
}

#drawer>section {
	position: relative;
}
