body {
  background-color: #F1FAEE;
  color: #1D3557;
}

.break-inside-avoid {
  break-inside: avoid;
}

/* Video Background Utilities */
.video-docker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.video-docker iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}