@media (min-width: 576px) {
  .zoom-on-hover:hover .image {
    transform: scale(1.1) !important;
    opacity: .9 !important;
  }
}

