/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2026 | 06:39:26 */
#hls-video, #hls-video_html5{
	pointer-events: none !important;
	object-fit: cover;
	height: 100svh !important;
}

#hls-video-section{
	height: 100svh !important;
}

.mejs-controls{
	display: none !important;
}

@media screen and (max-width: 768px) {
	#hls-video-section{
		height: 100svh !important;
	}
}



/*
div.elementor-widget-container:has(#hls-video_html5){
	height: 100dvh !important;
}



@media (min-width: 768px) {
	#hls-video {
		filter: brightness(0.8);
	}
}

.vjs-tech {
  pointer-events: none;
}


@media only screen and (max-width: 768px) {
	div.elementor-widget-container:has(#hls-video){
		height: 100vh !important;
	}
	
	#hls-video{
		height: 100vh !important;
	}
	
	  
  #main-video{
    aspect-ratio: 2 / 2;

  }

  #main-video div{
    height: 100%;
  } 

  #main-video video{
    /* object-position: center !important;
    object-fit: cover; 
  }
}
*/


