.iscu_video_preloader {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 111111111111111 !important;
    /* background-color: #ffffff !important; */
}

.iscu_animation_container{
    width: 100%;
    height: 100%;
}

.iscu_video_dasktop{
    width: 101%;
    height: 106%;
    object-fit: cover;
}

.iscu__loader__item{
    opacity: 0;
}

.iscu_image_preloader{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #ffffff !important;
    overflow: hidden;
    background-color: #ffffff !important;
    background-size: cover !important;
    background-position: center;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1111111;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease, visibility 1s ease;
}

.iscu__loader__item{
    position: relative;
}

.iscu_loader__logo_desktop{
    width: 125px;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {

    .iscu__loader__item{
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}