.header-logo-image {
  height: 40px;
}
.footer-brand img {
  height: 40px;
}

.feature-overlay {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.feature-overlay .button-primary {
  box-shadow: #fff 0 0 .5em, #fff 0 0 1em, #fff 0 0 2em, #fff 0 0 3em;
}
