section#video-section {
  position: relative;
  background: #f6fafc;
  padding: 96px 20px;
}

.acf-video-block {
  position: relative;
}

.video-wrapper {
  height: 600px;
  width: 100vw;
  position: relative;
  max-width: 1040px;
  margin: auto;
  overflow: hidden;
}

.video-overlay {
  height: 600px;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

iframe.vimeo-player {
  width: 100%;
  height: 100%;
}

.video-overlay img.thumbnail_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: calc(50% - 520px);
  top: 0;
  max-width: 1040px;
  border-radius: 12px !important;
}

.video-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(41 66 82 / 77%);
  z-index: 2;
  position: absolute;
  left: calc(50% - 520px);
  top: 0;
  max-width: 1040px;
  border-radius: 12px;
}

.overlay-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 898px;
  width: 100%;
  position: relative;
  z-index: 4;
  justify-content: center;
  align-items: center;
}

.overlay-content img.video-toggle {
  width: 127px;
  box-shadow: 0px 32.29px 64.58px -15.5px #00000040;
  cursor: pointer;
}

.overlay-content h3 {
  font-family: "Univers LT Std" !important;
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 48px !important;
  letter-spacing: 0.35px;
  text-align: center;
  color: #fff;
}

.overlay-content p {
  font-family: "Univers LT Std" !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: -0.45px;
  text-align: center;
  color: #fff;
}

@media (max-width: 991px) {
  .video-overlay:before {
    left: 0px;
  }

  .video-overlay img.thumbnail_img {
    left: 0px;
    object-fit: cover;
  }

  .video-wrapper {
    width: auto;
  }
}

@media (max-width: 767px) {
  section#video-section {
    padding: 40px 20px;
  }

  .video-wrapper {
    width: auto;
    height: 300px;
  }

  .video-overlay {
    height: 300px;
  }

  .video-overlay:before {
    left: 0px;
  }

  .video-overlay img.thumbnail_img {
    left: 0px;
    object-fit: cover;
    margin-bottom: 36px;
  }

  .overlay-content {
    gap: 0px;
  }

  .overlay-content img.video-toggle {
    width: 64px;
  }

  .overlay-content h3 {
    font-size: 24px !important;
    margin-bottom: 8px;
    line-height: 32px !important;
  }

  .overlay-content p {
    margin-bottom: 0px;
    font-size: 14px !important;
    line-height: 20px !important;
    max-width: 256px;
  }
}
