/* Set height of the grid so .sidenav can be 100% (adjust if needed) 
.row.content {height: 1500px}*/

/* On small screens, set height to 'auto' for sidenav and grid 
@media screen and (max-width: 767px) {
	.sidenav {
		height: auto;
		padding: 15px;
	}
	.row.content {height: auto;} 
}*/

body {
	overflow-x: hidden;
}

h1 {
	text-align: center;
}

#live_stream {
	width: 100%;
	height: 90vh;
	position: relative;
	padding: 0px;
	
}

#chat {
	width: 100%;
	height: 90vh;
	padding: 0px;
	position: relative;

.site-header {
	background: lightblue;
	position: absolute;
}