.cookie-icon{
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 10px;
    left: 10px;
    z-index: 1000000;
    padding: 0px;
    margin: 0;
  }
  .cookie-icon img{
    padding: 0;
    margin: 0;
    width:100%;
    height: auto;
  }
  .cookie-icon img a{
    padding: 0;
    margin: 0;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
  }
  .cookie-icon img:hover{
    transform: translateY(-4px);
  }

  @media only screen and (max-width:640px){
    .cookie-icon{
      width: 46px;
      height: 46px;
    }
}