/*
 * bs-video-modal.css
 *
 * Shared styling for the JW video/playlist modal used across the Bible Stories
 * site. Pair with bs-video-modal.js and the "video-modal" template component.
 *
 * Only genuinely universal modal rules live here. JW Player chrome hiding
 * (rewind / next / native playlist buttons) is intentionally NOT included: the
 * single-video and JS-playlist pages hide it because they drive next/prev
 * themselves, while the CDN-playlist pages keep the native controls. Those
 * pages add their own .jw-* rules.
 */

/* The fancybox shell that wraps the player: drop the default padding so the
   player fills the frame, and keep a white backdrop behind it. */
.fancybox-content {
  padding: 0 0 0 0 !important;
  background-color: white;
}
