body {
  padding-top: 0;
}


.c-hero--blackhat25 {
  position: relative;
  padding-top: 80px;
  z-index: 10;
}

.c-hero__video {
  video {
    max-width: 580px;
    width: 100%;
    height: 100%;
  }
}

.c-hero__content .c-hero__tagline {
  font-size: 28px;
  margin-bottom: 0;

  @media (min-width: 871px) {
    font-size: 40px;
  }
}

.c-hero__content hr {
  opacity: 0.3;
}

.c-hero__content h4 {
  @media (min-width: 871px) {
    font-size: 25px;
  }
}

.c-hero__legend {
  position: relative;
  margin-bottom: -250px;
  z-index: 10;
  background-color: #fff;
}

.c-hero__logo::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #041E42;
  opacity: 0.3;
  position: relative;
  right: -50px;

  @media (max-width: 871px) {
    display: none;
  }
}

.c-hero__video {
  @media (max-width: 871px) {
    margin: 0 -50px;
    height: 300px;
  }
}

.border-radius {
  border-radius: 10px;
}

.c-hero__legend-content {
  max-width: 580px;
}

.blackhat25-content {
  background: linear-gradient(180deg, #EDEFF5 0%, #FFF 100%);
  padding-top: 250px;
}

.blackhat25-content__talk {
  margin: 20px 0;
  border-left: 6px solid #FFA000;
  padding-left: 30px;
  padding-right: 30px;
}

.item-problem .blackhat25-content__item-media {
  margin-right: -190px;
}

.item-vip .blackhat25-content__item-media {
  margin-left: -190px;
}

.session-box {
  max-width: 450px;
  background-color: #fff;
  padding-top: 30px;
  margin-top: 120px;
}

.session-box hr {
  width: 60px;
  border-bottom-width: 6px;
  border-bottom-color: #0087F5;
  margin: 20px auto;
}

.session-box__header {
  margin-top: -120px;
  display: flex;
  justify-content: center;
}
