.custom-hero-header {
	max-width: 100svw !important;
}
@media screen and (max-width: 599px) {
	.mobile-text-center {
		text-align:center !important;
	}
	
	.mobile-text-left {
		text-align:left !important;
	}
	
	.mobile-text-right {
		text-align:right !important;
	}
	
	.mobile-vertical-top{
		margin-top:-20rem !important;
	}
	.mobile-vertical-center{
		margin-top:0 !important;
	}

	.mobile-vertical-bottom{
		margin-top:20rem !important;
	}

}

@media screen and (min-width: 600px) {
	.desktop-text-center {
		text-align:center;
	}
	
	.desktop-text-left {
		text-align:left;
	}
	
	.desktop-text-right {
		text-align:right;
	}
	.desktop-vertical-top{
		margin-top:-20rem;
	}
	.desktop-vertical-center{
		margin-top:0;
	}

	.desktop-vertical-bottom{
		margin-top:20rem;
	}

}
