.paragraph--featured-ad-carousel {
  position: relative;
}

.paragraph--featured-ad-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: var(--featured-conferences-bg, #fff);
  z-index: -1;
}

.page-sidebar-main-content .paragraph--featured-ad-carousel::before,
.flexible-column-layout .paragraph--featured-ad-carousel::before {
  width: 100%;
  left: 0;
  transform: none;
}
