#cpp-preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #ffffff; /* или ваш цвет фона */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.cpp-preloader-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%; /* Пример значения, можно изменить */
    height: 50%; /* Пример значения, можно изменить */
    position: relative;
}

.cpp-preloader-content img, .cpp-preloader-content video {
    width: 100%;
  
   
}

