.gfc.main__video_popup_modal {
  position: relative;
}
.gfc.main__video_popup_modal::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(-50vw + 50%);
  z-index: -1;
  background-color: #EFF0EF;
  background-repeat: no-repeat;
  background-image: var(--bg-url);
  background-position: var(--bg-pos);
  background-size: 400px;
}
@media (min-width: 992px) {
  .gfc.main__video_popup_modal::before {
    background-size: var(--bg-size);
  }
}
.gfc.main__video_popup_modal .sub-heading {
  font-size: 18px;
}
.gfc.main__video_popup_modal .cursor-pointer {
  cursor: pointer;
}
.gfc.main__video_popup_modal .modal {
  --bs-modal-width: calc(50vw + 5rem);
}
.gfc.main__video_popup_modal .modal .video-embed-code iframe {
  width: 100% !important;
  height: 50svh !important;
}

/*# sourceMappingURL=main__video_popup_modal.css.map */
