  .paragraph--type--component-hero-video-overlay .field-group-background-image {
  padding-left: 0px;
  padding-right: 0px;
}

.paragraph--type--component-hero-video-overlay .hero-video-container {
  position: relative;
}

.paragraph--type--component-hero-video-overlay video {
  width: 100%;
  border-radius: 40px;
}

.paragraph--type--component-hero-video-overlay .controls {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.paragraph--type--component-hero-video-overlay .controls .controls__button {
  color: var(--color-white);
  border: none;
  background-color: var(--color-transparent);
}

.paragraph--type--component-hero-video-overlay .controls:hover {
  background-color: var(--color-transparent);
}

.paragraph--type--component-hero-video-overlay .controls .controls__button:hover {
  background-color: var(--color-transparent);
}

.paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper {
  background-color: var(--color-lehigh-brown);
  color: var(--color-white);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
}

.hero-video-overlay-text-wrapper h1.title {
    line-height: inherit;
}

.paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper .field--name-field-hero-overlay-preheader {
  text-transform: uppercase;
  color: var(--color-lehigh-yellow);
  font-size: var(--fs-14px);
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper .field--name-field-hero-video-overlay-text {
  font-family: var(--ff-dopisregular-sans-serif);
  line-height: 116%;
  margin-bottom: 15px;
}

.paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper .field--name-field-hero-video-overlay-text p {
  margin-bottom: 0;
}

.paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper .field--name-field-hero-video-caption-link a {
  text-decoration: none !important;
  color: var(--color-black);
}

.legacy-hero-links {
  display: flex !important;
  position: absolute;
  top: 85%;
  left: 50%;
}

.legacy-hero-links .field__item {
  background-color: var(--color-white);
  padding: 10px;
}

.hero-video-overlay-link {
  padding-top: 25px;
}

.hero-video-overlay-link .field__item {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center !important;
  background-color: var(--color-lehigh-yellow) !important;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}

.hero-video-overlay-link .field__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--color-ffd02d);
  transition: left 0.8s ease;
}

.hero-video-overlay-link .field__item:hover::before {
  left: 0;
}

.hero-video-overlay-link a {
  position: relative;
  z-index: 1000;
  text-decoration: none !important;
  font-size: var(--fs-16px) !important;
  font-weight: 300 !important;
}

.hero-video-overlay-link a:hover {
  text-decoration: none !important;
  font-weight: 400 !important;
}

.hero-video-overlay-link a:focus {
  text-decoration: underline !important;
  font-weight: 400 !important;
}

@media screen and (min-width: 1701px) {
  .paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper .field--name-field-hero-video-overlay-text {
    font-size: 72px;
  }

  .paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper {
    padding-bottom: 500px;
  }
}

@media screen and (min-width: 1421px) and (max-width: 1700px) {
  .paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper .field--name-field-hero-video-overlay-text {
    font-size: 62px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1420px) {
  .paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper .field--name-field-hero-video-overlay-text {
    font-size: 52px;
  }

  .paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper {
    padding-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper .field--name-field-hero-video-overlay-text {
    font-size: 52px;
  }

  .paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper .field--name-field-hero-video-overlay-text {
    font-size: var(--fs-8vw);
  }

  .paragraph--type--component-hero-video-overlay {
    display: grid;
  }

  .paragraph--type--component-hero-video-overlay video {
    display: none;
  }

  .paragraph--type--component-hero-video-overlay .controls__button {
    display: none;
  }

  .paragraph--type--component-hero-video-overlay .field-group-background-image {
    height: 488px;
    background-size: cover;
  }

  .paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper {
    position: relative;
    bottom: 10vw;
    margin-left: var(--padded-paragraph-mobile-sides) !important;
    margin-right: var(--padded-paragraph-mobile-sides) !important;
    height: unset !important;
    padding-bottom: var(--padded-paragraph-mobile-above-below) !important;
    order: 2;
  }

  .hero-video-overlay-text-wrapper {
    height: inherit !important;
  }

  .hero-video-overlay-link .field__item {
    width: 100% !important;
    padding: 10px !important;
  }

  .hero-video-overlay-link .field__item:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1201px) {
  .paragraph--type--component-hero-video-overlay {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .paragraph--type--component-hero-video-overlay .field-group-background-image {
    background-image: none !important;
  }

  .paragraph--type--component-hero-video-overlay .hero-video-overlay-wrapper {
    width: 75%;
    float: right;
    padding-bottom: var(--padded-paragraph-desktop-above-below) !important;
  }

  .paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper {
    width: 40%;
    clear: both !important;
    margin-left: var(--padded-paragraph-desktop-sides) !important;
    z-index: 200;
    position: absolute;
    top: 2.25em;
  }

  .hero-video-overlay-link .field__item {
    width: 275px !important;
    padding: 10px !important;
  }

  .hero-video-overlay-link .field__item:not(:last-child) {
    margin-bottom: 25px;
  }
}

/*@media screen and (min-width: 992px) and (max-width: 1250px) {
  .paragraph--type--component-hero-video-overlay .hero-video-overlay-text-wrapper {
    width: 40%;
  }
}
*/