/* Animations css */
/* ---------------------------------------------- */

.transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-opacity:hover {
  opacity: 0.5;
}