File: /home/gonexcom/code.ighustlerstudio.com/wp-content/uploads/custom-css-js/4901.css
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
body {
margin: 0;
padding: 0;
overflow-x: hidden; /* Ensure no scrollbars */
}
.video-background {
position: fixed; /* Fixed to make it fullscreen */
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; /* Behind everything */
overflow: hidden;
}
.video-background video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
object-fit: cover; /* Ensures video covers the area */
}
</style>
<!-- end Simple Custom CSS and JS -->