.home-pill-background {
  background-color : rgba(var(--bs-light-rgb), 0.05);
}

.cont-video-footer {}

.cont-video-footer .video-footer {
  aspect-ratio : 16/9;
}

.cont-video-footer .video-footer iframe {
  width         : 100%;
  height        : 100%;
  border-radius : 14px;
}

@media only screen {
  .landing-header {
    min-height : calc(max(90vh, 400px) - 10rem);
    min-height : calc(max(90dvh, 400px) - 10rem);
  }

  .landing-boxy-columns {
    min-height : calc(max(90vh, 500px) - 10rem);
    min-height : calc(max(90dvh, 500px) - 10rem);
  }

  .landing-card {
    aspect-ratio : 3 / 2;
  }

  /* Leaders */
  .landing-leaders {
    font-size : 8rem;
  }
}

@media only screen and (min-width : 576px) {
  .landing-card {
    aspect-ratio : 4 / 3;
  }

  .landing-leaders {
    font-size : 10rem;
  }
}

@media only screen and (min-width : 768px) {
  .landing-leaders {
    font-size : 12rem;
  }
}

@media only screen and (min-width : 992px) {
  .landing-card {
    aspect-ratio : 4 / 5;
  }
}

@media (min-width : 1200px) {
  .cont-video-footer .video-footer {
    max-width : 772px;
    margin    : 0 auto;
  }
}