heineken - lean on me
Créditos
Agência: Le Pub
Cliente: Heineken
Talento: Alain Prost
Música: Lean On Me (Bill Withers)
Direção: Armando Bo e Watta Fernandez por Rebolucion
IMAN © TODOS OS DIREITOS RESERVADOS
const videos = document.querySelectorAll('video');
videos.forEach(function(video) {
video.load();
});
});