ADVERTISEMENT

MOVIEGOER: Triumph of the underdogs

Published Dec 31, 2025 12:09 pm
A few things can be said of the winning results in the recently held Metro Manila Film Festival Awards Night, held Dec. 27 at Dusit Thani Ballroom.
Vice Ganda and Nadine Lustre, stars of 'Call Me Mother.' (Facebook)
Vice Ganda and Nadine Lustre, stars of 'Call Me Mother.' (Facebook)
But, let me focus on the two winners in the acting category: Vice Ganda, best actor for "Call Me Mother" and Krystel Go, best actress for "I'mPerfect."
Their winning tells a lot about how modern Philippine society has evolved and proceeds to evolve through the years. Vice continues to make history as the first homosexual man dressed as a woman to ever win the award commonly reserved only for men. Kaya nga best actor ang title nito, di ba?
The comedy superstar’s winning tells a lot about how Filipino social values have changed in the light of modernism brought about by technological advances and exposure to global trends.
Decades back, it would have been impossible for someone like Vice Ganda to be lionized as an icon or even a leading man or woman in films. Back in the day, gay performers were usually sidelined to supporting, gaga, roles. This is a triumph for the LGBT community.
In one fell swoop, Vice Ganda changed all that in hit films like Petrang Kabayo, Praybeyt Benjamin, among others. He presents himself as a woman and not as a gay man by the way he dresses.
He is the first cross-dressing actor to be accepted and warmly embraced by the Filipino audience. He is married and has a husband, Ion Perez, with whom he interacts on his daily noontime program, It’s Showtime.
Talk of changing values, morals, and attitudes. Ano’ng say mo, Facifica Falayfay and Fefita Fofonggay? Wa ka na say? Flanggana. Sayang, you didn’t live long enough to see this day of all days.
Vice Ganda’s track record as a bankable star speaks a lot about how much the public has invested in his talent---quick wit, voluminous, colorful language--- and believed in his credibility.
Proof of this is the actor’s successful cross-over to the advertising world, where he’s now a top-rank endorser of even products and services intended for general audiences, including families. Decades back, such casting was a no-no.
By the way, Vice won over an all-male lineup in the race for best actor: Will Ashley of "Love You So Bad," Carlo Aquino of "Bar Boys: After School," Earl Amaba of "I'mPerfect," Piolo Pascual of "Manila's Finest," and Zanjoe Marudo of "UnMarry."
A good companion piece to the naming of Vice Ganda as best actor is the victory of a newcomer, Krystel Go, who won as Best Actress for the film, "I'mPerfect." Krystel’s winning is another landmark in the history of Philippine movies as well in Philippine society as a whole.
Krystel leads the ensemble cast of persons suffering from Down Syndrome starring in the film, boldly produced by Nathan Studios. Like the case of Vice Ganda, this couldn’t have happened even in the previous golden ages of Philippine movies.
"I'mPerfect" tells the story of two teenagers, both suffering from Down Syndrome, who want to prove to the world that they, too, can live the life of normal human beings.
In fairness, Krystel renders a commendable performance not usually expected of someone with the disease. She invested the role with sensitivity and nuances befitting her character, enough for us to say that hers wasn’t a sentimental win after all.
She won in a tight category that also included Nadine Lustre, Angelica Panganiban, and Bianca de Vera.
"I'mPerfect’s" cast of actors with Down syndrome, including leading man Earl Amaba, was also awarded the Jury Prize for Best Ensemble.
Just to refresh you, these are the three best pictures in MMFF 2025: First - "I'mPerfect," Second - "UnMarry," and Third - "Manila's Finest" and "Call Me Mother."
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.