/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.mh-global-video-bg {
	position: fixed;
	inset: 0;
	z-index: -2;
	overflow: hidden;
	pointer-events: none;
}

.mh-global-video-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.mh-global-video-overlay {
	position: fixed;
	inset: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.45);
	pointer-events: none;
}

html,
body {
	background: transparent !important;
}

#wrapper,
.fusion-wrapper,
.fusion-page-layout,
#content,
.post-content {
	position: relative;
	z-index: 1;
	background: transparent !important;
}