.conference-page .conf-banner--about-page {
  min-height: clamp(280px, 30vw, 392px) !important;
  padding: clamp(5.1rem, 6.8vw, 6rem) 0 clamp(2rem, 2.9vw, 2.55rem) !important;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 1.3rem calc(50% - 50vw) !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background-size: cover, cover, cover !important;
  background-position: center, center 38%, center 38% !important;
  background-repeat: no-repeat !important;
  clip-path: none !important;
  mask: none !important;
  -webkit-mask: none !important;
}

.conference-page .conf-banner--about-page::before,
.conference-page .conf-banner--about-page::after {
  content: none !important;
  display: none !important;
}

.conference-page .conf-banner--about-page .conf-banner__overlay,
.conference-page .conf-banner--about-page .conf-banner__glow,
.conference-page .conf-banner--about-page .conf-banner__mesh,
.conference-page .conf-banner--about-page .conf-banner__dust,
.conference-page .conf-banner--about-page .conf-banner__aurora {
  display: block !important;
}

@media (max-width: 640px) {
  .conference-page .conf-banner--about-page {
    border-radius: 0 !important;
  }
}
