/* global React */ const _LA = window.BOLDER_LOCAL_ASSETS || 'assets/'; const IMAGES_SRC = _LA + 'filmes/imagem.png'; const VIDEO_SRC = _LA + 'filmes/video.mp4'; const FILM_SRC = (window.BOLDER_MEDIA_URL || '') + 'videos/RM%20AD.mp4'; const SOCIAL_SRC = _LA + 'filmes/758414721b6c89be03ec8b985515a2ae.jpg'; function CardMedia({ kind, featured }) { const style = { width: "100%", aspectRatio: "4/3", objectFit: "cover", borderRadius: 8, display: "block" }; if (kind === "FILM") { return (