#sticker
{
position:absolute;
bottom:0px;
right:100px;
z-index:1000;
}

#sticker2
{
position:absolute;
top:0;
left:20px;
width:150px;
z-index:1000;
}


@media (min-width: 768px) 
{

    #sticker
    {
    right:220px;   
    } 
    
    
    #sticker2
    {
    top:50px;   
    left:100px;
    width:250px;
    }
    
}