#deseo {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    margin: 203% -6%;
    width: 110%;
    /* border:solid red 1px; */
}


#manita-deseos{
    position: absolute;
    top: 0%;
    left: 0%;
    height: auto;
    margin: 235% 75%;
    width:6%;
    pointer-events: none;
}

@media screen and (min-width: 360px) {
    #deseo {
        margin: 186% -6%;
     }
     #manita-deseos{
        margin: 220% 75%;
       
    }
}



@media screen and (min-width: 400px) {
    #deseo {
        margin: 177% -6%;
     }
     #manita-deseos{
        margin: 210% 75%;
       
    }
}


@media screen and (min-width: 480px) {
    #deseo {
        margin: 160% -6%;
     }
     #manita-deseos{
        margin: 190% 75%;
       
    }
 
}
@media screen and (min-width: 767px) {
    #deseo {
        margin: 130% -6%;
     }
     #manita-deseos{
        margin: 163% 75%;
       
    }
}
