  document.addEventListener('DOMContentLoaded', function () {

    const targetImages = document.querySelectorAll('#rec822606145 .tp-blockswitcher__item-image');
    
    targetImages.forEach(function (el) {
      el.style.backgroundSize = 'contain';
      el.style.backgroundRepeat = 'no-repeat';
      el.style.backgroundPosition = 'center center';
    });
  });
