.vplb-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px; }

.vplb-overlay.is-open {
  display: flex; }

.vplb-overlay.is-open .vplb-close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 100001;
  background: none;
  border: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  text-shadow: 0 0 4px #000; }

.vplb-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  width: min(94vw, calc((100vh - 80px) * 16 / 9));
  max-width: 1280px; }

.vplb-mount {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

.vplb-mount iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block; }

body.vplb-consent-active #vplb-consent-source {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  padding: 24px; }

body.vplb-consent-active .vplb-overlay .vplb-mount {
  visibility: hidden; }

#vplb-consent-source .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker {
  position: relative;
  width: min(94vw, 480px);
  max-width: 100%; }

#vplb-consent-source .brlbs-cmpnt-cb-preset-c {
  text-align: center; }
  #vplb-consent-source .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-description {
    line-height: normal;
    padding-bottom: 8px; }
  #vplb-consent-source .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main {
    margin: 0; }
  #vplb-consent-source .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-buttons {
    justify-content: center;
    gap: 12px; }

@media (orientation: landscape) and (max-height: 500px) {
  .vplb-overlay {
    padding: 8px; }

  .vplb-frame {
    width: min(96vw, calc((100vh - 16px) * 16 / 9)); }

  .vplb-overlay.is-open .vplb-close {
    top: 8px;
    right: 8px;
    font-size: 26px; } }

/*# sourceMappingURL=vimeo-lightbox.css.map */
