
body {
position: relative !important;
}

.page-banner {
	position: fixed;
	top: 0;
	display: block;
	content: "";
	width: 300px;
	height: 100vh;
	background: none;
	background: transparent;
	z-index: 8 !important;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}

#page-banner-left {
	left: 0;
	background-position: right top;
}

#page-banner-right {
	right: 0;
	background-position: left top;
}
