body {
  background: #fff; /* совпадает с прелоадером */
}

#preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 2s ease;
}

#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  #preloaderVideo {
    max-width: 300px;
  }
}
