@media (min-width: 320px) and (max-width: 479px)
{
    .logo
    {
        width: 100%;
        height: auto;
    }

    .coupon
    {
        width: 100%;
        height: auto;
    }

    .store-margin
    {
        margin-top: 0px !important;
    }

    .kids
    {
        width: 100%;
        height: auto;
        top: 0px;
    }

    .bag
    {
        width: 40px;
        height: auto;
    }

    .bag-position
    {
        left: 110px;
        bottom: 45px;
    }

    .cloud
    {
        width: 40px;
        height: auto;
    }

    .cloud-position
    {
        left: 220px;
        bottom: 60px;
        z-index: -1;
    }

    .cloud-position-2
    {
        left: 255px;
        bottom: -5px;
    }

    .cloud-position-3
    {
        left: 58px;
        bottom: -6px;
    }

    .social-icons-row
    {
        margin-left: 0;
    }

    .social-icons
    {
        width: 20px;
        transition: transform 300ms;
    }

    .kids
    {
        top: -32px;
    }

    .kids-margin
    {
        margin-top: 20px;
    }

    .stores
    {
        width: 135px;
    }

    .stores-container
    {
        position: relative;
    }

    .playstore
    {
        top: 100px;
        left: 35px;
    }

    .appstore
    {
        top: 60px;
        left: 200px;
    }
}

@media (min-width: 480px) and (max-width: 599px)
{
    .logo
    {
        width: 100%;
        height: auto;
    }

    .coupon
    {
        width: 100%;
        height: auto;
    }

    .store-margin
    {
        margin-top: 10px !important;
    }

    .kids
    {
        width: 100%;
        height: auto;
        top: 0px;
    }

    .bag
    {
        width: 50px;
        height: auto;
    }

    .bag-position
    {
        left: 170px;
        bottom: 80px;
    }

    .cloud
    {
        width: 50px;
        height: auto;
    }

    .cloud-position
    {
        left: 345px;
        bottom: 90px;
        z-index: -1;
    }

    .cloud-position-2
    {
        left: 390px;
        bottom: -5px;
    }

    .cloud-position-3
    {
        left: 90px;
        bottom: -6px;
    }

    .social-icons-row
    {
        margin-left: 0;
    }

    .social-icons
    {
        width: 35px;
        transition: transform 300ms;
    }

    .kids
    {
        top: -32px;
    }

    .kids-margin
    {
        margin-top: 20px;
    }

    .stores
    {
        width: 175px;
    }

    .stores-container
    {
        position: relative;
    }

    .playstore
    {
        top: 145px;
        left: 35px;
    }

    .appstore
    {
        top: 80px;
        left: 325px;
    }
}
