.jsc-fadeIn-0,
.jsc-fadeIn-2 {
  opacity: 0;
  transition: opacity 0.6s;
}
.jsc-fadeIn-0.is-active,
.jsc-fadeIn-2.is-active {
  opacity: 1;
}

.jsc-fadeIn-2.is-active {
  transition-delay: 0.2s;
}

.openModal {
  cursor: pointer;
}
.openModal:active img {
  opacity: 0.6;
}
@media screen and (min-width: 1025px) {
  .openModal:hover img {
    opacity: 0.6;
  }
}
.openModal img {
  transition: all 0.6s;
}/*# sourceMappingURL=trigger.css.map */