* {
    margin: 0;
    padding: 0;
}


@media screen and (min-width:280px) {
    
/******************************/

#preload {
    position: fixed;
    top:0;
    background-color: black;
    z-index: 1000;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}   


.loader1 img {
    position: fixed;
    z-index: 1000;
    top: 40%;
    left: 21%;
    justify-content: center;
    text-align: center;
    width: 55%;

}


}



@media screen and (min-width:320px) {
    
/******************************/

#preload {
    position: fixed;
    top:0;
    background-color: black;
    z-index: 1000;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}   


.loader1 img {
    position: fixed;
    z-index: 1000;
    top: 40%;
    left: 21%;
    justify-content: center;
    text-align: center;
    width: 55%;

}


}



    @media screen and (min-width:430px) {
/******************************/


#preload {
    position: fixed;
    top:0;
    background-color: black;
    z-index: 1000;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}   


.loader1 img {
    position: fixed;
    z-index: 1000;
    top: 40%;
    left: 21%;
    justify-content: center;
    text-align: center;
    width: 55%;

}


}




@media screen and (min-width:500px) {
/******************************/

#preload {
    position: fixed;
    top:0;
    background-color: black;
    z-index: 1000;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}   


.loader1 img {
    position: fixed;
    z-index: 1000;
    top: 40%;
    left: 21%;
    justify-content: center;
    text-align: center;
    width: 55%;

}



}
