/* Match the companion company logo's scale; crop only the white margins. */
.page-events .page-title .logo-panel {
  min-height: 0;
  padding: 0;
  background: #fff;
}

.page-events .page-title .logo-panel::before,
.page-events .page-title .logo-panel::after {
  display: none;
}

.page-events .page-title .logo-panel .logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: none;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center 42%;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
