.no-rotate-transition {
  transform: rotate(0) scale(1) !important;
}

.no-rotate-transition:hover {
  transform: rotate(0) scale(1.05) !important;
}

.no-shine-animation:hover::before {
  animation: none !important;
}

.no-shine-animation:hover {
  animation: none !important;
}
