/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 14 2025 | 12:27:54 */
.fullpage__video
{
	-o-object-fit:cover !important;
	object-fit:cover !important;
	position:absolute !important;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
	z-index:-2 !important;
}

.fullpage__video_overlay
{
	-o-object-fit:cover !important;
	object-fit:cover !important;
	position:absolute !important;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
	z-index:-1 !important;
	background-color:rgba(0,0,0,0.35) !important;
}