.short-header {
  height: 360px;
  overflow: hidden;
}

.header-bg-wrapper {
  background: var(--pd-yellow);
  height: 100%;
  width: 100%;
  max-height: 960px;
  position: absolute;
  z-index: -1;
  top: 0;
  svg {
    position: absolute;
    bottom: 0;
    left: calc(50% - 2140px);
    max-width: none;
  }
}

.clean-header {
  .herotext {
    color: var(--pd-gray);
  }
}

.medium-header {
  position: relative;
  .header-bg-wrapper {
    height: 630px;
  }
  .video-wrapper {
    .button {
      pointer-events: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }
    .button.playing {
      display: none;
    }
  }
}

@media (max-width: 767px) {
  .short-header {
    height: 300px;
  }

  .header-bg-wrapper {
    max-height: 720px;
  }
}

/* Simple Header */
.simple-header {
  .main-nav {
    z-index: 1337;
    height: auto;
    padding: 36px 0px;
    background-color: #181818;

    .logo-wrapper {
      width: 140px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      img {
        height: 52px;
      }
    }
  }
}

.wistia-responsive-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.wistia-responsive-container span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
