#hero-image{
    position: absolute;
    right: 0px;
    top: 0px;
}
/*                               RESPONSIVE(Tablet)
   ************************************************************************** */
   @media (min-width:768px){
    
    #hero-image{
        width: 300px;
        top: -40px;
    }
}
/*                               RESPONSIVE(Laptop)
   ************************************************************************** */
   @media (min-width:1024px){
    #hero-image{
        width: 375px;
        top: 30px;
    }
}
/*                               RESPONSIVE(Laptop Large)
   ************************************************************************** */
   @media (min-width:1440px){
    #hero-image{
        width: 415px;
    }
}