h1 {
	text-align: center;
	border: 1px solid black;
	position: sticky;
}

img.pic {
	position: static;
	border: 1px solid black;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

stream.video {
	position: absolute;
	width: 600px;
	height: 600px;
	top: 450px;
	left: 1100px;
	right: 0;
}

stream.vid {
        position: relative;
        width: 600px;
        height: 600px;
        top: -220px;
        left: 200px;
        right: 0;
}
