HEX
Server: LiteSpeed
System: Linux s1079.usc1.mysecurecloudhost.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
User: gonexcom (1220)
PHP: 8.2.32
Disabled: NONE
Upload Files
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 -->