/* Identidade Escola de Música Soberano */
.brand-logo {
  display: block;
  width: 152px;
  height: 58px;
  object-fit: contain;
}

.hero-drummer {
  position: absolute;
  right: -18%;
  bottom: -10%;
  width: 390px;
  mix-blend-mode: multiply;
  opacity: .88;
  pointer-events: none;
  transform: rotate(-5deg);
  z-index: 1;
}

footer .brand-logo {
  width: 104px;
  height: 40px;
}

@media (max-width: 820px) {
  .brand-logo { width: 126px; height: 50px; }
  .hero-drummer { width: 300px; right: -14%; bottom: -15%; }
}
