/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2023 | 11:32:10 */
img.glow-on-hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}

img.glow-on-hover:hover,
img.glow-on-hover:focus {
  box-shadow: 0 0 15px rgba(255, 255, 255, 1);
}
