/*** Write your CSS structure here. ***/

/* Static export: WPBakery “stretch row” JS does not run — bleed hero / RevSlider to full viewport */
.home main.site-main > .container.content-container > .row > .col-md-12 > .wpb-content-wrapper > .vc_row[data-vc-full-width="true"] {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}