/* Giant Fireworks Button - expand on hover instead of rotate */
.giant-fireworks-btn:hover {
  background-color: rgba(220, 38, 38, 1);
  transform: scale(1.15);
}

.giant-fireworks-btn:hover i {
  animation: none !important;
  transform: scale(1.1);
}
