/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.hide-on-hover {
  transition: all 0.25s linear;
  opacity: 1;
}

.hide-on-hover:hover {
  opacity: 0;
}

