SOUVENIR/short film

Memories of a friendship during Winter days spent on the beach. A letter that was never sent or arrived too late, and the longing for what could have happened.

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); }); });