#splash { display: none; }

/*@media screen and (max-device-width: 480px) {*/
    #splash {
        display: block;
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background: url('https://krupagrocery.com/images/splash/krupa_splash_background.png');
        background-repeat: repeat;
    }

    #splash img {
        height: 100%;
    }
/*}*/