#pageloader img {
        margin-left:49%;margin-top:20%;
}
@media only screen and (min-width: 640px) and (max-width: 992px){
    #pageloader {
        height:100%;
    }
    #pageloader img {
        position:fixed;
        top: 44%;
        left: 44%;
        margin:0px auto;
    }
}
@media only screen and (max-width: 539px) {
    #pageloader {
        height:100%;
    }
    #pageloader img {
        position:fixed;
        top: 44%;
        left: 42%;
        margin:0px auto;
    }
}