how can i add hover effect of second product image in mobile view

how can i add hover effect of second product image in mobile view in MINIMOG THEME

link - https://next.minimog.co/

Add this code

@media (max-width: 767px) {
  .second-product-image:hover {
    /* Add your desired hover effect styles here */
  }
}