document.addEventListener("DOMContentLoaded", function() { if (window.innerWidth <= 767) { // Largura típica de smartphones var element = document.querySelector(".bdt-prime-slider-skin-general .bdt-slideshow-item .bdt-ps-slide-img"); if (element) { var parent = element.parentNode; parent.removeChild(element); // Verifica se o elemento pai fica vazio e também remove if (parent.children.length === 0) { parent.style.display = "none"; } } } });