html,
body {
	min-height: 160px;
	height: 100%;
	margin: 0px;
}

#cover {
	aspect-ratio: 16 / 9;
	max-height: 100%;
	max-width: 100%;
	position: relative;
}

#cover-image {
	width: 100%;
	height: 100%;
	position: absolute;
}

#block {
	height: 10%;
	width: 14%;
	position: absolute;
	top: 25%;
	left: 23%;
	transform: translateX(-50%) translateY(-50%);
}