#headerImage {
	margin-top: 160px;
}

.bannerSection {
	height: 80dvh;
}

.bannerInner {
	line-height: normal;
	height: 100%;
	min-height: auto;
}

.bannerInner .bannerCenter {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.bannerInner .bannerCenter p:first-of-type {
	margin-left: auto;
}

.hideButtons .bx-controls {
	display: none !important;
}

@media (max-width: 640px) {
	#headerImage {
		margin-top: 0;
	}
}
