@media (max-width:780px){
  #comicCutNav #backToSetBtn,
  #comicCutNav #nextComicCutBtn{
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
    transition: none !important;
    will-change: auto !important;
  }

  #comicCutNav #backToSetBtn:active,
  #comicCutNav #nextComicCutBtn:active,
  #comicCutNav #backToSetBtn.ccc-fast-arrow-active,
  #comicCutNav #nextComicCutBtn.ccc-fast-arrow-active{
    transform: none !important;
    transition: none !important;
    opacity: .72 !important;
  }

  body.ccc-fast-arrow-rendering .card,
  body.ccc-fast-arrow-rendering .card *,
  body.ccc-fast-arrow-rendering #comicCutNav,
  body.ccc-fast-arrow-rendering #comicCutNav *{
    transition: none !important;
    animation: none !important;
  }
}
