.brand img {
  display: block;
  width: 170px;
  height: auto;
  mix-blend-mode: screen;
}

.hero-sigil {
  width: 390px;
  height: 240px;
  border: 0;
  border-radius: 0;
}

.hero-sigil::before,
.hero-sigil::after {
  display: none;
}

.hero-sigil img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
}

footer .brand img {
  width: 155px;
}

@media (max-width: 900px) {
  .hero-sigil {
    right: -115px;
  }
}

@media (max-width: 560px) {
  .brand img {
    width: 145px;
  }
}
