.large-signpost-carousel__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-50)
}
.large-signpost-carousel .arrow-button {
  position: absolute;
  top: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%)
}
.large-signpost-carousel .arrow-button:first-of-type {
  left: var(--sm-3)
}
.large-signpost-carousel .arrow-button:last-of-type {
  right: var(--sm-3)
}
@media (min-width:768px) {
  .large-signpost-carousel .arrow-button:first-of-type {
    left: var(--md-4)
  }
  .large-signpost-carousel .arrow-button:last-of-type {
    right: var(--md-4)
  }
}

#analyst-coverage .arrow-button{
background-color: var(--base-5);
}