.sp-preloader>div {
    background: none;
    animation: none;
    border-radius: 0;
    height: auto;
    width: auto;
    top: 0;
    text-align: center;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    position: static;
}

.sp-preloader>div:after {
    background: none;
}

.sp-preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #2a403d!important;
    width: 100%;
    height: 100%;
  width: 100%;
    z-index: 99999;
}

.sp-preloader>div>img {
        max-width: 300px;
        max-height: 300px;
    }

@media (max-width: 767px) {
    .sp-preloader>div>img {
        max-width: 200px;
        max-height: 200px;
    }
}