#easy-espa-banner > a {
  background-color: #000;
}

#easy-espa-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index:10000;
  height: auto;
}

#easy-espa-banner.cs-eeb-hidden {
  display: none;
}

#easy-espa-banner-static-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#easy-espa-banner-static-footer > a {
  max-width: 350px;
}

#easy-espa-banner-static-footer > a > img {
  max-width: 100%;
}

#easy-espa-banner > a {
    display: flex;
    box-shadow: 0 0 8px 0px gray;
    margin-top: 20px
}

#easy-espa-banner > a > img {
    max-width: 400px;
}

#easy-espa-banner {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}
