/*
Theme Name: Total Child
Theme URI: https://totalwptheme.com/
Template: Total
Author: WPExplorer
Author URI: https://www.wpexplorer.com/
Description: Premium Multi-purpose WordPress Theme.
Tags: custom-colors,accessibility-ready,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 6.2.1747209829
Updated: 2025-05-14 08:03:49

*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e7e7e7; /* Optional, in case the video doesn't fill the screen */
    z-index: 9999;
/*     display: none; */
}

#preloader video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
