<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HIER NIETS WIJZIGEN */

/* FANCYBOX v4.0 IMAGE ACHTERGROND voor VIDEOS */

/* aangepast image achterground */
/* WAS */ /*.fancybox__backdrop{background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))} */
/* IS */
 .fancybox__backdrop{background:linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(0,0,0,0.9))}
 .fancybox__backdrop{background:linear-gradient(to bottom, transparent, rgba(0,0,0,0.9))}


</pre></body></html>