:root {
	--aspect-ratio: 1;
}
.grid-item.media-item-video {
	display: flex;
}
.grid-item.media-item-video video {
	width: 100%;
}
header {
	background: url(https://cc2.icu/c/cc2.icu/image/watermark/banksbarbz/hero-banner.jpg);
	/* background-size: 100vw 30rem; */
	background-size: cover;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
	position: relative;
	margin-bottom: 1px;
	height: 100vh;
}
header nav {
	margin-top: -6rem;
	position: absolute;
	top: 6rem;
	left: 0;
}
nav .parent {
	text-align: left;
}
nav a.button:not(.disabled) {
	border: .3rem solid rgba(0, 0, 0, 0);
}
nav a.button:not(.disabled):hover {
	border-radius: 4rem;
	border: .3rem dotted rgba(206, 115, 159, .8);
}
.watermark-link {
	display: none;
}
