.pb-section.pb-section-video-banner-section {
  position: relative;
  padding: 0;
  max-height: 100vh;
  overflow: hidden;
}

.pb-section-video-banner-section .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.pb-section-video-banner-section:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;

}

.pb-section-video-banner-section .pb-section-margin-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 1;
    position: absolute;
    max-width: none;
    width: 100%;
}

.pb-section-video-banner-section .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 40px);
  max-width: 1330px;
  align-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  z-index: 2;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

@media (min-width: 768px) {
  .pb-section-video-banner-section .content {
    width: calc(100% - 60px);
  }
}

@media (min-width: 1330px) {
  .pb-section-video-banner-section .content {
    width: calc(100% - 128px);
  }
}

.pb-section-video-banner-section .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 300%;
    height: 100%;
    margin-left: -100%;
}

.pb-section.pb-section-video-banner-section .pb-btn-wrap {
  margin-top: 4rem;
  text-align: left;
  /* justify-content: flex-start; */
}

.pb-section.pb-section-video-banner-section .pb-lightbox-btn-wrap {
  /* margin-top: 4rem; */
  position: absolute;
  bottom: 4rem;
}

.pb-section.pb-section-video-banner-section .pb-lightbox-btn-wrap .btn {
  display: flex;
  align-items: center;
  max-width: fit-content;
  gap: 1rem;
}

.pb-section.pb-section-video-banner-section .pb-lightbox-btn-wrap .btn svg {
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

.pb-section.pb-section-video-banner-section .btn.primary:hover {
  background: var(--brand-color-black);
  color: #fff;
}

.pb-section.pb-section-video-banner-section .btn.primary:hover svg.extra-svg circle,
.pb-section.pb-section-video-banner-section .btn.primary:hover svg.extra-svg path {
  stroke: #fff;
}

/* .pb-section.pb-section-video-banner-section .pb-lightbox-btn-wrap .btn svg path,
.pb-section.pb-section-video-banner-section .pb-lightbox-btn-wrap .btn svg circle {
  stroke: #fff;
} */