#byb-webinar-page {
  background: linear-gradient(#07112773, #07112773), url("https://asset7.net/GeniusNetwork/WinJoesVan/branded-background.png?10");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  & h1 {
    color: #fff;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-weight: 700;
  }

  & p.intro {
    color: #fff;
    text-align: center;
    margin-bottom: 4rem;
  }

  & div.video-section {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto 4rem;
    padding: 0 40px;

    & div.video-wrapper {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      background: #000;
      border: 2px solid #fdb338;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 4px 8px #0000004d, 0 12px 28px #0006, 0 28px 56px #00000059;

      & iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    }
  }

  & a.contest-rules {
    color: #fff;
    display: block;
    margin-bottom: 2rem;
  }
}
