.expert__banner {
  background-image: url(https://images.zapnito.com/users/15142/posters/92f90d1e-d26b-40f2-8973-d184401cf2fe.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.author__bio {
 display: none
}

.content-actions__btn svg {
  width: 2rem;
  height: 2rem
}

:root {
  --navbar-logo-width: 195px;
  --card-height: 22.5rem;
  @media (max-width: 749px) {
    --navbar-logo-width: 118px;
  }
}

.channel-embed {
  height: calc(var(--card-height) * 4)
}

.channel-embed--double {
  height: calc(var(--card-height) * 8)
}

@media (min-width: 800px) and (max-width: 1055px) {
  .channel-embed {
    height: calc(var(--card-height) * 2)
  }

  .channel-embed--double {
    height: calc(var(--card-height) * 4)
  }
}

@media (min-width: 1056px) {
  .channel-embed {
    height: calc(var(--card-height) * 1)
  }

  .channel-embed--double {
    height: calc(var(--card-height) * 2)
  }
}

.page-custom .flickity-prev-next-button {
  background: var(--brand-secondary)
}

.page-custom .flickity-button:hover {
  background: var(--brand-secondary)
}

.page-custom .flickity-button:disabled {
  opacity: 0;
}

.page-custom .flickity-prev-next-button .flickity-button-icon {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%
}

.page-custom .flickity-button-icon {
    fill: #fff
}

.page-custom .flickity-enabled {
  padding-bottom: 2.5rem
}

.page-custom .flickity-page-dots {
  bottom: 0
}

[data-test-discussions-widget] h3 {
  display: none;
}