  h1 {
    font-size: 24px;
  }
  #site-wrapper > .content {
    padding: 25px;
  }
  .marketing-copy {
    margin-bottom: 40px;
  }
  .video-container {
    width: 80%;
    margin: 0 auto;
  }
  .video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
  .video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media only screen and (max-width: 1024px) {
    .video-container {
      width: 100%;
    }
  }
