#loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9); z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
}
#loader video {
width: 80%;
height: auto;
max-width: 100%;
object-fit: cover;
}