document.querySelectorAll('[data-video-padding]').forEach(element => { element.style.paddingBottom = element.getAttribute('data-video-padding') })