#preloader {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    background-color: #282828;
    background-size: 150px, 150px;
}

#preloader .img-loa {
    height: 100%;
    text-align: center;
    padding-top: 24%;
    padding-bottom: 24%;
    padding-left: 100;
    padding-right: 136;
}

#preloader .img-loa img {
    width: 150;
    height: 150;
}

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

    /*phone*/

    #preloader .img-loa {
        height: 100%;
        text-align: center;
        padding-top: 80%;
        padding-bottom: 80%;
        padding-left: 100;
        padding-right: 136;
    }

}