@media (min-width: 10px) {
  .puppy:hover {
    display: none;
  }
}

.puppy {
  background-color: red;
}
