.video-with-text-overlay {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .video-with-text-overlay {
    aspect-ratio: 64/25;
  }
}
.video-with-text-overlay .gradient-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--video-gradient-overlay);
}
.video-with-text-overlay .video-player-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 39/23;
}
.video-with-text-overlay .video-player-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-with-text-overlay .video-player-wrapper .play-video-trigger {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 17px;
  transform: translate3d(-50%, -50%, 0);
  padding: 20px;
  /* &.playing {
    display: none;
  } */
}
@media only screen and (min-width: 992px) {
  .video-with-text-overlay .video-player-wrapper .play-video-trigger.mobile {
    display: none;
  }
}
.video-with-text-overlay .video-player-wrapper .play-btn-icon {
  display: block;
  width: 14px;
  height: 17px;
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media only screen and (min-width: 992px) {
  .video-with-text-overlay .video-player-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .video-with-text-overlay .video-player-wrapper .play-video-trigger {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
  }
}
.video-with-text-overlay .video-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  width: 100%;
  position: relative;
  padding-top: 35px;
  padding-bottom: 90px;
  z-index: 2;
}
@media only screen and (max-width: 991.98px) {
  .video-with-text-overlay .video-text-wrapper {
    padding-bottom: 65px;
  }
}
.video-with-text-overlay .video-text-wrapper .desktop-play-btn-wrapper {
  display: none;
  position: relative;
  max-height: 1px;
  overflow: visible;
}
.video-with-text-overlay .video-text-wrapper .desktop-play-btn-wrapper .play-video-trigger {
  /* &.playing {
    visibility: hidden;
  } */
}
@media only screen and (max-width: 991.98px) {
  .video-with-text-overlay .video-text-wrapper .desktop-play-btn-wrapper {
    display: block !important;
  }
}
.video-with-text-overlay .video-text-wrapper .desktop-play-btn-wrapper .desktop-play-btn {
  padding: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(calc(-50% - 14px));
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .video-with-text-overlay .video-text-wrapper .desktop-play-btn-wrapper .desktop-play-btn {
    margin-top: 5px;
  }
}
.video-with-text-overlay .video-text-wrapper .desktop-play-btn-wrapper .desktop-play-btn span {
  display: block;
  flex-shrink: 0;
  color: #fff;
  padding-bottom: 7px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-decoration: underline;
  text-underline-offset: 10px;
  font-family: "acumin-pro", sans-serif;
  font-size: 14px;
}
.video-with-text-overlay .video-text-wrapper .desktop-play-btn-wrapper .desktop-play-btn .play-btn-icon {
  position: relative;
  left: unset;
  right: unset;
  transform: unset;
  width: 14px;
  height: 17px;
  background: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.video-with-text-overlay .video-text-wrapper .video-title {
  font-family: "nimbus-roman", serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.3px;
  font-weight: 400;
  max-width: 1180px;
}
@media only screen and (min-width: 992px) {
  .video-with-text-overlay .video-text-wrapper .video-title {
    letter-spacing: 3.4px;
  }
}
.video-with-text-overlay .video-text-wrapper .video-description {
  max-width: 1180px;
}
.video-with-text-overlay .video-text-wrapper .video-description h1,
.video-with-text-overlay .video-text-wrapper .video-description h2,
.video-with-text-overlay .video-text-wrapper .video-description h3,
.video-with-text-overlay .video-text-wrapper .video-description h4,
.video-with-text-overlay .video-text-wrapper .video-description h5,
.video-with-text-overlay .video-text-wrapper .video-description p,
.video-with-text-overlay .video-text-wrapper .video-description span {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.42px;
  font-weight: 400;
  font-family: "acumin-pro", sans-serif;
  color: #737373;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .video-with-text-overlay .video-text-wrapper .video-description h1,
  .video-with-text-overlay .video-text-wrapper .video-description h2,
  .video-with-text-overlay .video-text-wrapper .video-description h3,
  .video-with-text-overlay .video-text-wrapper .video-description h4,
  .video-with-text-overlay .video-text-wrapper .video-description h5,
  .video-with-text-overlay .video-text-wrapper .video-description p,
  .video-with-text-overlay .video-text-wrapper .video-description span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.54px;
  }
}
@media only screen and (min-width: 992px) {
  .video-with-text-overlay .video-text-wrapper .video-description h1,
  .video-with-text-overlay .video-text-wrapper .video-description h2,
  .video-with-text-overlay .video-text-wrapper .video-description h3,
  .video-with-text-overlay .video-text-wrapper .video-description h4,
  .video-with-text-overlay .video-text-wrapper .video-description h5,
  .video-with-text-overlay .video-text-wrapper .video-description p,
  .video-with-text-overlay .video-text-wrapper .video-description span {
    line-height: 1.75rem;
  }
}
.video-with-text-overlay .video-text-wrapper .video-description p {
  font-weight: 300;
  letter-spacing: 0.54px;
}
@media only screen and (min-width: 992px) {
  .video-with-text-overlay .video-text-wrapper {
    height: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    justify-content: center;
  }
  .video-with-text-overlay .video-text-wrapper .desktop-play-btn-wrapper {
    display: block;
  }
}
