#welcome_index .closed_search {
  transition: opacity 1s ease-in-out;
}

#welcome_index .closed_search:not(:hover) {
  opacity: 0.25;
}
