const html = `
Zaplanuj Wakacje 2025 - Nadmorzem.com!
`;document.querySelectorAll('.akceptBanner').forEach((wrapper) => { wrapper.innerHTML = html; const image = wrapper.querySelector('.akceptBanner__image'); if(window.innerWidth < 1200) { image.src = image.getAttribute('data-src-horizontal'); } });