Film by Bell Soto

Starring Matias Piana

MOURNING MY OLD SELF is inspired by growing pains, using the metaphor of a letter from a passing parent. It reflects on a letter my dad wrote to me when I was in my 20s and had just moved to NYC.

Music : I caplet e I montecchi : Oh quante Volte  Arr for cello  Ophelie Gaillard

jQuery(document).ready(function($){ $(document).on('mfpOpen', function(){ let attempts = 0; const resizeVideo = setInterval(function(){ $('.portfolio-wrap .mfp-content iframe, .portfolio-wrap .mfp-content video').css({ width: '900px', height: '506px' }); attempts++; if(attempts > 10) clearInterval(resizeVideo); }, 200); }); });