<style>
.supporters-banner {
  padding: 4px 0;
  background: #fff;
}

.supporters-banner-link {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 1;
  height: auto;
  min-height: 150px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-decoration: none;
}
</style>