const resetImgDom = (imgDom, w) => {
  let imgWidth = 0
  if (w > window.innerWidth) {
    imgWidth = window.innerWidth
  } else {