/* Site-specific presentation fixes. */
.site-banner-header {
	display: none !important;
}

.site-banner-media {
	position: relative;
}

.site-banner-media::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #111;
	pointer-events: none;
}
