Jirafa (Giraffe) was created by Guillermo Mordillo, who is famous for his dialogue-free comic sketches, many of which refer to love and sport. His work has had success around the world.
`;
// Cambio video por imagen
if (document.getElementsByClassName('videoContainer').length > 0) {
// Desktop
// document.getElementsByClassName('videoContainer')[0].innerHTML = '';
// Mobile
document.querySelectorAll('.container-header-mobile img')[0].src = 'https://turismo.buenosaires.gob.ar/sites/turismo/files/imagen-home-mobile-1000-puentemujer.jpg';
}