/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 23 2023 | 05:59:19 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
#prelaoder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
z-index:999999;
}
#prelaoder video {
  width: 100%;
  height: 100;
  object-fit: cover;
}
body.loaded #prelaoder {
  display: none;
}

.elementor-widget-video .e-hosted-video .elementor-video{
	object-fit:contain !important;
}
