

#p_prldr{
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
/*        display: none;*/
    background-color:#7d7d7d;
     background:url(ASSETS/image/Ma1p.png)center center no-repeat;
    z-index: 3000000;
}

    .contpre small{font-size:25px;}

    .contpre{

    position: absolute;
    left: 55%;top: 48%;
    margin-left:-125px;
    margin-top:-75px;
    color:#fff;
    font-size:40px;
    letter-spacing:-2px;
    text-align:center;
    line-height:35px;
    }




    #p_prldr .svg_anm {
    position: absolute;
    width: 141px;
    height: 41px;
    background: url(ASSETS/image/three-dots.svg) center center no-repeat;
    background-size:100px;
    margin: -16px 0 0 -60px;
    margin-top: 400px;

}

@media only screen and (max-width: 400px){
    .p_prldr{
        background: #7d7d7d;
        display: none;
    }
}



