/* V0.3.1.3.1: unified crest and mascot rendering. */
.brand,
.brand img {
  overflow: visible;
}

.brand img {
  width: 54px;
  height: 72px;
  max-height: none;
  padding: 2px;
  object-fit: contain;
  object-position: center;
  clip-path: none;
  mask: none;
  -webkit-mask: none;
}

.agenda-hero img {
  width: 220px;
  height: 230px;
  object-fit: contain;
  object-position: center bottom;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.24));
}

@media (max-width: 900px) {
  .agenda-hero img {
    display: none;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 43px;
    height: 58px;
    padding: 1px;
  }
}
