/**
 * Banner Character
 * v1.0.2
 */

.header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://i.imgur.com/JmxfBcB.png) calc(50% + 530px) bottom / auto 90% no-repeat;
	pointer-events: none;
}

/* fix for button layering */
.header-menu,
.header .header-title {
	z-index: 1;
}

/* END of Banner Character */