body {
	--fsAddBuffer: 0px;
}
[id='welcome-ufcfightpass-com_welcome_banner'],
[id='ufcfightpass_welcome_banner_bottom'] {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
[id='ufcfightpass_welcome_banner_bottom'] {
		--height: 50px;
}
[id='welcome-ufcfightpass-com_welcome_banner'] {
		--height: 50px;
}
@media only screen and (min-width: 768px) {
	[id='ufcfightpass_welcome_banner_bottom'] {
		--height: 250px;
	}
	[id='welcome-ufcfightpass-com_welcome_banner'] {
		--height: 250px;
	}
}
