@media print {
	header,
	nav,
	footer,
	.video-container,
	#video,
	.skip-link {
		display: none !important;
	}

	body {
		font-family: serif;
		font-size: 12pt;
		color: black;
		background: white !important;
		margin: 2cm;
	}

	main, .container, section {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	img {
		max-width: 60% !important;
		height: auto !important;
		display: block;
		margin: 1rem auto;
	}

	a::after {
		content: " (" attr(href) ")";
		font-size: 10pt;
	}

	h1, h2, h3 {
		page-break-after: avoid;
	}

	button,
	input,
	form {
		display: none !important;
	}
}