body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
   z-index: -111;
}

#loader-video {
    width:100% !important;
}

.homepage {
    display: none; 
}
