#half_logo{
	fill: #fff;
	z-index: 10000;
}
#hg_header{
	position: relative;
}
#hg_title{
	position: absolute;
	top: 100%;
	left: 40px;
	transform: translate(0, -120%);
	color: #fff;
	font-size: max(3rem, 10vw);
	line-height: max(3rem, 10vw);
}
#hg_watch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#hg_watch_txt{
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#presskit{
	text-align: center;
}
#media{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
#media img {
	height: 80px;
	width: auto;
	margin: 40px 20px;
}