All posts
News
3.5 Min Read

Welcome to Cult TV: Latino Culture Takes the Mic

Rooted in LA. Repping for Our People.

Written by
Brandon Morelos
Published on
May 12, 2025

We don't just talk about the culture. we are the culture.

          Go eat anywhere other than your local taco shop, and behind the trending music playing from the sound system, you’ll hear the faint sound of corridos or norteños coming from the kitchen. Latinos are the heart of Los Angeles. With 4.8 million latinos or hispanics in the county, we represent nearly half the 10 million people living here.

From Boyle Heights to South Central, culture is what we constantly experience; something we live and create. That’s exactly why Cult Media was born. Cult Media is a space where Latino voices are the leading voice.

With legacy media on its last limb, we've decided to take the lead in Latino storytelling. Real stories from born-and-raised Angelinos who experience life here and are trying to shape the future with our best interests in mind.

Why We Started This

There are plenty of media companies talking about Latino culture. Not enough letting Latinos talk for themselves.

Cult TV is changing that.

Our flagship podcast, Cult. Media TV, is hosted by a fully Latino cast who don’t shy away from sharing their experiences as an Angelino while also creating some funny moments (you gotta clip farm somehow). You’ll hear about everything from South Central growing pains to taco truck politics to the legacy of our favorite hip-hop artists; and all those experiences the movies try to portray.

All from native Angelinos

The cast includes:

  • Prime [@primegod87]:The visionary and founder of Cult Media, Prime brings raw energy, street wisdom, and a deep love for LA culture. He’s the heartbeat behind the movement.
  • Knomoe [@knomoe23]: A lyrical and cultural force, Knomoe speaks truth without filters, bringing barbershop-level honesty and poetic perspective to every episode.
  • 90011 [@9hundredeleven]: With deep roots in South Central, 90011 offers historical context and firsthand insight into LA street life that you won’t find in textbooks.
  • David [@david.cult.media]: David balances the wild with sharp takes and questions that keep the conversations grounded and intentional.
  • Marvin [@scla.clips]: Our go-to content sniper. Marvin makes moments go viral with his editing finesse and social instinct that keeps Cult TV in your feed.
  • FLY [@flyestwhenitcomestothis]: Known for thoughtful breakdowns of music, culture, and LA life, FLY brings the analytical heat with a laid-back delivery.
  • Brandon [@Brandmore]: The marketing mind behind the brand. Brandon is the strategist elevating Cult Media’s reach and impact through design, growth strategy, and digital execution.

It’s a family, but with vision and hustle baked into everything we do.

What We Represent

🎙 Latino Identity Without Apology

Cult TV is unapologetically brown, rooted in LA, and proud of it. We don’t water things down to be "palatable." We bring real perspectives from growing up broke, undocumented, or navigating gentrification, or sharing the joys of late-night tacos and lowrider meets.

🔊 Community

We care about real conversations and even when we do go viral, it’s a chance for people feel what we’re doing. We’re here for la raza, for the homies, and for anyone tired of surface-level representation.

🎥 Media With Soul

From podcast episodes and clips to events and storytelling campaigns, Cult media is about content and connection.

What’s Coming?

  • Weekly podcast drops with guests have something to say
  • BTS studio moments and off-the-cuff gems
  • Social campaigns that don’t feel corporate
  • Opportunities for you to be part of the narrative

If you're ready to cultivate culture and shape the future of latino voices, welcome home.

🎥 Cult Media TV Video Production Services

At Cult. Media, we're here to help you create stories.

Our in-house studio is built to produce high-quality video content for brands, artists, entrepreneurs, and local businesses. Whether you need a commercial, a podcast production, branded content, or social media videos, our team has the experience and creativity to bring your vision to life.

Our services include:

  • Full-service video production (concept to final cut)
  • Podcast recording and video editing
  • Branded social media content
  • Music videos and mini-docs
  • Event coverage and promotional videos

📍 Based in Los Angeles, we understand the culture, the vibe, and the audience you're trying to reach. Whether you’re building your brand, launching a new product, or telling your story, we got you covered.

Let’s build something unforgettable together.
Learn more about our video production services →

This is for LA. This is for the culture. This is for you.

Stick around. It’s going to be a ride.

Weekly newsletter
No spam. Just the latest on Los Angeles, Hip-hop, and exclusive interviews in your inbox every week.
Read about our privacy policy.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Share this post
Latest POSTS
document.addEventListener('DOMContentLoaded', function () { const copyLinkBtn = document.getElementById('copyLinkBtn'); const facebookShareBtn = document.getElementById('facebookShareBtn'); const xShareBtn = document.getElementById('xShareBtn'); const linkedinShareBtn = document.getElementById('linkedinShareBtn'); // Added LinkedIn button const pageUrl = window.location.href; // Copy Link Functionality copyLinkBtn.addEventListener('click', function () { navigator.clipboard.writeText(pageUrl).then(() => { alert('Link copied to clipboard!'); }).catch(err => { alert('Failed to copy the link.'); }); }); // Facebook Share Functionality facebookShareBtn.addEventListener('click', function () { const facebookShareUrl = `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(pageUrl)}`; window.open(facebookShareUrl, '_blank', 'width=600,height=400'); }); // X (formerly Twitter) Share Functionality xShareBtn.addEventListener('click', function () { const text = encodeURIComponent("Check out this blog post!"); const xShareUrl = `https://x.com/intent/tweet?url=${encodeURIComponent(pageUrl)}&text=${text}`; window.open(xShareUrl, '_blank', 'width=600,height=400'); }); // LinkedIn Share Functionality (newly added) linkedinShareBtn.addEventListener('click', function () { const linkedInShareUrl = `https://www.linkedin.com/sharing/share-offsite/?url=${encodeURIComponent(pageUrl)}`; window.open(linkedInShareUrl, '_blank', 'width=600,height=400'); }); });