.brand {
  align-items: center;
}

.brand img {
  display: block;
  width: 270px;
  height: auto;
}

.footer-grid > img {
  display: block;
  width: 235px;
  height: auto;
}

@media (max-width: 760px) {
  .brand img {
    width: 220px;
  }
}

.hero-art {
  background:
    linear-gradient(90deg, #090909 0%, rgba(9, 9, 9, .96) 36%, rgba(9, 9, 9, .56) 72%, rgba(9, 9, 9, .82) 100%),
    url('vinyl.jpg') right center / auto 100% no-repeat;
}
