.hover-image {
}

.hover-image:hover {
  transform: scale(1.2);
  cursor: pointer;
}

@media (max-width: 600px) {
    .hide-on-mobile {
        display: none;
    }
}


