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

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

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

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

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

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

    .cloud-position
    {
        left: 380px;
        bottom: 105px;
        z-index: -1;
    }

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

    .cloud-position-3
    {
        left: 98px;
        bottom: -5px;
    }

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

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

    .kids
    {
        top: -50px;
    }

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

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

    .stores
    {
        width: 250px;
    }

    .stores-container
    {
        position: relative;
    }

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

    .appstore
    {
        top: 120px;
        left: 350px;
    }
}

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

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

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

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

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

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

    .cloud-position
    {
        left: 520px;
        bottom: 140px;
        z-index: -1;
    }

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

    .cloud-position-3
    {
        left: 130px;
        bottom: -5px;
    }

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

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

    .kids
    {
        top: -60px;
    }

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

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

    .stores
    {
        width: 250px;
    }

    .stores-container
    {
        position: relative;
    }

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

    .appstore
    {
        top: 120px;
        left: 500px;
    }
}

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

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

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

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

    .bag-position
    {
        left: 335px;
        bottom: 160px;
    }

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

    .cloud-position
    {
        left: 690px;
        bottom: 190px;
        z-index: -1;
    }

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

    .cloud-position-3
    {
        left: 170px;
        bottom: -10px;
    }

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

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

    .kids
    {
        top: -60px;
    }

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

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

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

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

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

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

    .bag-position
    {
        left: 380px;
        bottom: 180px;
    }

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

    .cloud-position
    {
        left: 830px;
        bottom: 235px;
        z-index: -1;
    }

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

    .cloud-position-3
    {
        left: 200px;
        bottom: -20px;
    }

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

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

    .kids
    {
        top: -60px;
    }

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

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