html {
	overflow-x: hidden;
}

.dhs-vertical-center, .dhs-container-scroll .et_pb_row {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 980px) {
	.dhs-vertical-center, .dhs-container-scroll .et_pb_row {
		flex-direction: column;
	}
}

.dhs-full-height, .dhs-container-scroll .et_pb_row{
	height: 100vh !important;
	height: calc(100vh - var(--dhs-header-height)) !important;
}

html:not(.et-fb-root-ancestor) .dhs-container-scroll{
	display:flex;
	flex-direction: row;
}

.dhs-container-scroll .et_pb_row{
	width: 100vw !important;
	max-width: 100vw !important;
	min-width: 100vw !important;
}