.banner-content-background .wrapper-content-banner.wd-items-top {
	bottom: auto;
}

.banner-content-background .wrapper-content-banner.wd-justify-center {
	right: auto;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.banner-content-background .wrapper-content-banner.wd-justify-center.wd-items-middle {
	transform: translate3d(-50%, -50%, 0);
}

.banner-content-background.color-scheme-dark .wrapper-content-banner {
	background-color: hsla(0, 0%, 100%, .8);
}