chat #eye_catcher {
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
  bottom: 150px !important;
  right: -10px !important;
}

chat:not(.is-show) #eye_catcher {
  opacity: 0 !important;
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  #chatpluscontent #eye_catcher {
    width: max-content;
    bottom: 15vh !important;
    right: -4px !important;
  }

  #chatplusview #eye_catcher:not(.eyecatcher-imagemap) img {
    width: calc(170.8px * var(--zoom)) !important;
    height: calc(64.4px * var(--zoom)) !important;
  }
}